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 입니다.

반품

이 매핑 원본과 연결된 매핑 모델입니다.

적용 대상