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 的类型。

返回

为匹配当前的映射架构而创建的元模型。

适用于