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

DataRepositoryRegistry..::..GetEntity<(Of <(<'TEntity>)>)> Method

Gets the entity.

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

Syntax


public IQueryable<TEntity> GetEntity<TEntity>()
Public Function GetEntity(Of TEntity) As IQueryable(Of TEntity)
public:
generic<typename TEntity>
IQueryable<TEntity>^ GetEntity()

Type Parameters

TEntity
The type of the t entity.

Return Value

IQueryable<TEntity>.