DataRepositoryRegistry..::..GetTable<(Of <(<'TEntity>)>)> Method
Gets the table.
Namespace:
RingSoft.DbLookup.TestingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IQueryable<TEntity> GetTable<TEntity>()
Public Function GetTable(Of TEntity) As IQueryable(Of TEntity)
public: generic<typename TEntity> IQueryable<TEntity>^ GetTable()
Type Parameters
- TEntity
- The type of the t entity.