DbContextEfCore..::..GetTable<(Of <(<'TEntity>)>)> Method
Gets the table.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.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.