Finds a collection of entities that satisfy the supplied QueryExpression.

C# | Visual Basic |
public static IList<Entity> Find( Type entityType, QueryExpression queryExpression )
Public Shared Function Find ( _ entityType As Type, _ queryExpression As QueryExpression _ ) As IList(Of Entity)

- entityType (Type)
- The entity type.
- queryExpression (QueryExpression)
- A QueryExpression used to filter the set of results that should be returned.

A collection of entities that satisfy the supplied QueryExpression