RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbContext..::..GetTable<(Of <(<'TEntity>)>)> Method

Gets the table.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


IQueryable<TEntity> GetTable<TEntity>()
Function GetTable(Of TEntity) As IQueryable(Of TEntity)
generic<typename TEntity>
IQueryable<TEntity>^ GetTable()

Type Parameters

TEntity
The type of the t entity.

Return Value

IQueryable<TEntity>.