共用方式為


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

傳回

與這個對應來源關聯的對應模型。

適用於