MetaType.GetTypeForInheritanceCode(Object) Method

Definition

When overridden in a derived class, gets the meta-type associated with the specified inheritance code.

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetTypeForInheritanceCode(System::Object ^ code);
public abstract System.Data.Linq.Mapping.MetaType GetTypeForInheritanceCode (object code);
abstract member GetTypeForInheritanceCode : obj -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetTypeForInheritanceCode (code As Object) As MetaType

Parameters

code
Object

The inheritance code.

Returns

The meta-type associated with the specified inheritance code.

Applies to