MetaType::Table Property

 

Gets the MetaTable that uses this MetaType for row definition.

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

public:
property MetaTable^ Table {
	virtual MetaTable^ get() abstract;
}

Property Value

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

A meta-table that uses the current meta-type for its row definition.

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