LinqDataSourceView::ContextType Property

 

Gets the type of the data context class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property Type^ ContextType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The type that is associated with the data context class specified in the ContextTypeName property.

.NET Framework
Available since 3.5
Return to top
Show: