MetaModel::ContextType Property

 

Gets the type of DataContext type that this model describes.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

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

Property Value

Type: System::Type^

The data context type.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: