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:
property Type^ ContextType {
	virtual Type^ get();
	protected: virtual void set(Type^ value);
}

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: