ColumnProvider Constructor (TableProvider^)

 

Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class.

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

protected:
ColumnProvider(
	TableProvider^ table
)

Parameters

table
Type: System.Web.DynamicData.ModelProviders::TableProvider^

The table that contains the column.

.NET Framework
Available since 3.5
Return to top
Show: