MetaType::GetInheritanceType Method (Type^)

 

Gets the MetaType for an inheritance subtype.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
virtual MetaType^ GetInheritanceType(
	Type^ type
) abstract

Parameters

type
Type: System::Type^

The subtype.

Return Value

Type: System.Data.Linq.Mapping::MetaType^

The MetaType for an inheritance subtype.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: