다음을 통해 공유


MappingSource.GetModel(Type) 메서드

정의

매핑 모델을 반환합니다.

public:
 System::Data::Linq::Mapping::MetaModel ^ GetModel(Type ^ dataContextType);
public System.Data.Linq.Mapping.MetaModel GetModel (Type dataContextType);
member this.GetModel : Type -> System.Data.Linq.Mapping.MetaModel
Public Function GetModel (dataContextType As Type) As MetaModel

매개 변수

dataContextType
Type

반환될 모델의 DataContext 형식입니다.

반환

이 매핑 소스에 연결된 매핑 모델입니다.

적용 대상