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.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Return Value
Type: System.Collections.Generic.IEnumerable<MetaTable>An enumerator that can be used to iterate over the tables.
Show: