Overload List
Name | Description | |
---|---|---|
Find<(Of <(TEntity>)>)()()() |
Finds this instance.
| |
Find(Type) |
Finds a collection of entities based on a type of entity.
| |
Find<(Of <(TEntity>)>)(ProcedureQuery) |
Finds the specified query.
(Overrides UnitOfWorkBase..::.Find<(Of <(TEntity>)>)(ProcedureQuery).) | |
Find<(Of <(TEntity>)>)(Query) |
Finds the specified query.
| |
Find(Query) | ||
Find<(Of <(TEntity>)>)(QueryExpression) |
Finds the specified query expression.
| |
Find(Type, QueryExpression) |
Finds a collection of entities that satisfy the supplied QueryExpression.
| |
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.
| |
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 <(TList>)>)(Query, TList) |
Finds the specified query.
| |
Find<(Of <(TEntity>)>)(QueryExpression, Order, Page) |
Finds the specified query expression.
| |
Find(Type, QueryExpression, Order, Page) |
Finds a collection of Entities that satisfy the supplied criteria.
|