다음을 통해 공유


MappingSource.CreateModel(Type) 메서드

정의

새 매핑 모델을 만듭니다.

protected:
 abstract System::Data::Linq::Mapping::MetaModel ^ CreateModel(Type ^ dataContextType);
protected abstract System.Data.Linq.Mapping.MetaModel CreateModel (Type dataContextType);
abstract member CreateModel : Type -> System.Data.Linq.Mapping.MetaModel
Protected MustOverride Function CreateModel (dataContextType As Type) As MetaModel

매개 변수

dataContextType
Type

매핑의 기반이 되는 DataContext의 형식입니다.

반환

현재 매핑 구성표와 일치하도록 생성된 메타 모델입니다.

적용 대상