MetaModel.GetMetaType(Type) Method

Definition

When overridden in a derived class, discovers the MetaType for the specified 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

Parameters

type
Type

The type for which the MetaType is sought.

Returns

A meta-type that corresponds to the specified type.

Applies to