DataContext::GetTable<TEntity> Method
Silverlight
Returns a collection of objects of a particular type, where the type is defined by the TEntity parameter.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
This method is the main entry point for querying. When a strongly typed DataContext is created, new generated properties encapsulate calls to this method. For example, a Customers property is generated that returns GetTable<Customer>.
If there is no collection for a particular type, an exception is thrown.
For information about using a local database in your Windows Phone application, see Local Database Overview for Windows Phone.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: