DataRepositoryRegistry..::..GetEntity<(Of <(<'TEntity>)>)> Method
Gets the entity.
Namespace:
RingSoft.DbLookup.TestingAssembly: 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.