MetaTable::Model Property

 

Gets the meta model that the table belongs to.

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

public:
property MetaModel^ Model {
	MetaModel^ get();
	private: void set(MetaModel^ value);
}

Property Value

Type: System.Web.DynamicData::MetaModel^

The meta model that the table belongs to.

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

.NET Framework
Available since 3.5
Return to top
Show: