FilterUserControlBase.TableName Property

 

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

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public string TableName { get; set; }

Property Value

Type: System.String

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

.NET Framework
Available since 3.5
Return to top
Show: