DataModelProvider.ContextType Property

 

Gets the type of the data context.

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

Public Overridable Property ContextType As Type
	Get
	Protected Set
End Property

Property Value

Type: System.Type

The type of the data context.

The data context is set in the constructor.

.NET Framework
Available since 3.5
Return to top
Show: