GetTable Method
Collapse the table of content
Expand the table of content

MetaModel.GetTable Method

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

Gets the MetaTable associated with a specified Type.

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

public abstract MetaTable GetTable(
	Type rowType
)

Parameters

rowType
Type: System.Type
The common language runtime (CLR) row type.

Return Value

Type: System.Data.Linq.Mapping.MetaTable
A meta-table associated with the specified row type.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft