GetTables Method
Collapse the table of content
Expand the table of content

MetaModel.GetTables Method

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

Get an enumeration of all tables.

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

public abstract IEnumerable<MetaTable> GetTables()

Return Value

Type: System.Collections.Generic.IEnumerable<MetaTable>
An enumerator that can be used to iterate over the tables.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft