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

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

Gets the table.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  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.

Return Value

IQueryable<TEntity>.