Overload List

  NameDescription
Find<(Of <(TEntity>)>)()()()
Finds all entities of a given type.
Find(Type)
Finds a collection of entities based on a type of entity.
Find<(Of <(TEntity>)>)(ProcedureQuery)
Finds entities of a given type using a query to a database stored procedure.
Find<(Of <(TEntity1, TEntity2>)>)(Query)
Gets the set of Entity objects that match the provided query specification and returns the results as an EntityTuple grouped by entity type.
Find<(Of <(TEntity>)>)(Query)
Returns a strongly typed list of Entity objects that match the provided Query specification.
Find(Query)
Returns a list of Entity objects that match the provided Query specification.
Find<(Of <(TEntity>)>)(QueryExpression)
Finds a collection of entities that match the provided QueryExpression.
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.
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.
Find<(Of <(TEntity>)>)(QueryExpression, Order, Page)
Finds a collection of Entities that satisfy the supplied criteria.
Find(Type, QueryExpression, Order, Page)
Finds a collection of Entities that satisfy the supplied criteria.

See Also