Mindscape LightSpeed - User Reference & API Documentation
Find Method (entityType, queryExpression, order, page)
API ReferenceMindscape.LightSpeedRepositoryFind(Type, QueryExpression, Order, Page)
Finds a collection of Entities that satisfy the supplied criteria.
Declaration Syntax
C#Visual Basic
public static IList<Entity> Find(
	Type entityType,
	QueryExpression queryExpression,
	Order order,
	Page page
)
Public Shared Function Find ( _
	entityType As Type, _
	queryExpression As QueryExpression, _
	order As Order, _
	page As Page _
) As IList(Of Entity)
Parameters
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.
Return Value
A collection of entities that satisfy the supplied criteria.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)