MetaTable::DataContextType Property

 

Gets the type of the data context that is associated with the table.

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

public:
property Type^ DataContextType {
	virtual Type^ get() sealed;
}

Property Value

Type: System::Type^

The type of the data context.

For more information, see the System.Data.Linq::DataContext class overview.

.NET Framework
Available since 3.5
Return to top
Show: