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