MetaModel.GetMetaType(Type) Metod

Definition

När åsidosättas i en härledd klass identifierar MetaType för den angivna Type.

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetMetaType(Type ^ type);
public abstract System.Data.Linq.Mapping.MetaType GetMetaType(Type type);
abstract member GetMetaType : Type -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetMetaType (type As Type) As MetaType

Parametrar

type
Type

Den typ som söks MetaType .

Returer

En metatyp som motsvarar den angivna typen.

Gäller för