MetaTable::Model Property

 

Gets the MetaModel that contains this MetaTable.

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

public:
property MetaModel^ Model {
	virtual MetaModel^ get() abstract;
}

Property Value

Type: System.Data.Linq.Mapping::MetaModel^

The MetaModel that includes this MetaTable.

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