Overload List
Name | Description | |
---|---|---|
![]() | Find<(Of <(TEntity>)>)()()() |
Finds all entities of a given type.
(Inherited from UnitOfWorkBase.) |
![]() | Find(Type) |
Finds a collection of entities based on a type of entity.
(Inherited from UnitOfWorkBase.) |
![]() | Find<(Of <(TEntity>)>)(ProcedureQuery) |
Finds entities of a given type using a query to a database stored procedure.
(Overrides UnitOfWorkBase..::.Find<(Of <(TEntity>)>)(ProcedureQuery).) |
![]() | Find<(Of <(TEntity>)>)(Query) | (Inherited from UnitOfWorkBase.) |
![]() | Find<(Of <(TEntity>)>)(QueryExpression) |
Finds a collection of entities that match the provided QueryExpression.
(Inherited from UnitOfWorkBase.) |
![]() | Find(Type, QueryExpression) |
Finds a collection of entities that satisfy the supplied QueryExpression.
(Inherited from UnitOfWorkBase.) |
![]() | Find(ProcedureQuery, IList) |
Returns a list of Entity objects that
match the provided ProcedureQuery specification. Places the
results into the provided collection.
(Overrides UnitOfWorkBase..::.Find(ProcedureQuery, IList).) |
![]() | Find(Query, EntityMap) |
Gets the set of Entity objects that match the provided query specification and returns the results
as an EntityTuple grouped by entity type.
(Inherited from UnitOfWorkBase.) |
![]() | Find(Query, IList) |
Returns a list of Entity objects that
match the provided Query specification. Places the
results into the provided collection.
(Overrides UnitOfWorkBase..::.Find(Query, IList).) |
![]() | Find<(Of <(TEntity>)>)(QueryExpression, Order, Page) |
Finds a collection of Entities that satisfy the supplied criteria.
(Inherited from UnitOfWorkBase.) |
![]() | Find(Type, QueryExpression, Order, Page) |
Finds a collection of Entities that satisfy the supplied criteria.
(Inherited from UnitOfWorkBase.) |