Overload | Description |
---|---|
GetTable<TEntity>() | Returns a collection of objects of a particular type, where the type is defined by the T parameter. |
GetTable(Type) | Returns a collection of objects of a particular type, where the type is defined by the T parameter. |