DataContext::GetTable Method
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | GetTable(Type^) | Returns a collection of objects of a particular type, where the type is defined by the type parameter. |
![]() | GetTable<TEntity>() | Returns a collection of objects of a particular type, where the type is defined by the TEntity parameter. |
Show:
