FilterUserControlBase.TableName Property

Definition

Gets or sets the name of the data table that is used by the filter.

public:
 property System::String ^ TableName { System::String ^ get(); void set(System::String ^ value); };
public string TableName { get; set; }
member this.TableName : string with get, set
Public Property TableName As String

Property Value

The name of the data table that is used by the filter.

Applies to