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 Sub New (
	table As TableProvider
)

Parameters

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

The table that contains the column.

.NET Framework
Available since 3.5
Return to top
Show: