MetaModel::GetTable Method (Type^)

 

Gets the MetaTable associated with a specified Type.

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

public:
virtual MetaTable^ GetTable(
	Type^ rowType
) abstract

Parameters

rowType
Type: System::Type^

The common language runtime (CLR) row type.

Return Value

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

A meta-table associated with the specified row type.

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