MetaModel.GetTable(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
参数
- rowType
- Type
公共语言运行时 (CLR) 行类型。The common language runtime (CLR) row type.
返回
一个与指定的行类型关联的元表。A meta-table associated with the specified row type.