Overload List

  NameDescription
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.
(Inherited from UnitOfWork.)
Find<(Of <(TEntity>)>)(Query)
Returns a strongly typed list of Entity objects that match the provided Query specification.
(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.
(Inherited from UnitOfWork.)
Find(Query, IList)
Returns a list of Entity objects that match the provided Query specification. Places the results into the provided collection.
(Inherited from UnitOfWork.)
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<(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.)

See Also