MappingSource.CreateModel(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的映射模型。
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 的类型。
返回
为匹配当前的映射架构而创建的元模型。