MetaType.GetInheritanceType(Type) Method

Definition

When overridden in a derived class, gets the MetaType for an inheritance subtype.

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

Parameters

type
Type

The subtype.

Returns

The MetaType for an inheritance subtype.

Applies to