Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MetaModel.GetTables Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Get an enumeration of all tables.
Namespace: System.Data.Linq.Mapping
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public MustOverride Function GetTables As IEnumerable(Of MetaTable)
public abstract IEnumerable<MetaTable> GetTables()
Return Value
Type: System.Collections.Generic.IEnumerable<MetaTable>
An enumerator that can be used to iterate over the tables.
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.