Udostępnij za pośrednictwem


MappingSource.GetModel(Type) Metoda

Definicja

Zwraca model mapowania.

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

Parametry

dataContextType
Type

Typ DataContext modelu do zwrócenia.

Zwraca

Model mapowania skojarzony z tym źródłem mapowania.

Dotyczy