次の方法で共有


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 の型。

戻り値

このマップ元に関連付けられたマップ モデル。

適用対象