MetaType::InheritanceBase Property

 

Gets the base meta-type in the inheritance hierarchy.

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

public:
property MetaType^ InheritanceBase {
	virtual MetaType^ get() abstract;
}

Property Value

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

The base meta-type for the current inheritance hierarchy.

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