Finds a collection of Entities that satisfy the supplied criteria.


- entityType (Type)
- The entity type.
- queryExpression (QueryExpression)
- A QueryExpression used to filter the set of results that should be returned.
- order (Order)
- An Order describing the order in which results should be returned.
- page (Page)
- A Page describing the logical page of results that should be returned.

A collection of entities that satisfy the supplied criteria.