GetMetaType Method
Collapse the table of content
Expand the table of content

MetaModel.GetMetaType Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Discovers the MetaType for the specified Type.

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

public abstract MetaType GetMetaType(
	Type type
)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft