MetaModel.GetTable Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the MetaTable associated with a specified Type.

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

Syntax

'Declaration
Public MustOverride Function GetTable ( _
    rowType As Type _
) As MetaTable
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.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.