MetaModel::GetMetaType Method (Type^)

 

Discovers the MetaType for the specified Type.

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

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

Parameters

type
Type: System::Type^

The type for which the MetaType is sought.

Return Value

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

A meta-type that corresponds to the specified type.

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