MappingSource.GetModel(Type) Methode

Definition

Gibt das Zuordnungsmodell zurück.

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

Parameter

dataContextType
Type

Der Typ von DataContext des zurückzugebenden Modells.

Gibt zurück

Das Zuordnungsmodell für diese Zuordnungsquelle.

Gilt für: