MetaType::GetTypeForInheritanceCode Method (Object^)

 

Gets the meta-type associated with the specified inheritance code.

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

public:
virtual MetaType^ GetTypeForInheritanceCode(
	Object^ code
) abstract

Parameters

code
Type: System::Object^

The inheritance code.

Return Value

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

The meta-type associated with the specified inheritance code.

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