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

返回

与此映射源关联的映射模型。

适用于