다음을 통해 공유


MetaModel.GetTable(Type) 메서드

정의

파생 클래스에서 재정의되는 경우 지정된 Type와 연결된 MetaTable을 가져옵니다.

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(공용 언어 런타임) 행 형식입니다.

반환

MetaTable

지정된 행 형식에 연결된 메타 테이블입니다.

적용 대상