TableProvider Constructor (DataModelProvider)

 

Initializes a new instance of the TableProvider 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 (
	model As DataModelProvider
)

Parameters

model
Type: System.Web.DynamicData.ModelProviders.DataModelProvider

The model that the table belongs to.

.NET Framework
Available since 3.5
Return to top
Show: