MetaModel.GetTable(Type) Method

Definition

When overridden in a derived class, gets the MetaTable associated with a specified Type.

public:
 abstract System::Data::Linq::Mapping::MetaTable ^ GetTable(Type ^ rowType);
public abstract System.Data.Linq.Mapping.MetaTable GetTable (Type rowType);
abstract member GetTable : Type -> System.Data.Linq.Mapping.MetaTable
Public MustOverride Function GetTable (rowType As Type) As MetaTable

Parameters

rowType
Type

The common language runtime (CLR) row type.

Returns

A meta-table associated with the specified row type.

Applies to