Mindscape LightSpeed - User Reference & API Documentation
Find<(Of <(TEntity>)>) Method (queryExpression)
API ReferenceMindscape.LightSpeedRepositoryFind<(Of <(TEntity>)>)(QueryExpression)
Finds a collection of entities that match the provided QueryExpression.
Declaration Syntax
C#Visual Basic
public static IList<TEntity> Find<TEntity>(
	QueryExpression queryExpression
) where TEntity : Entity
Public Shared Function Find(Of TEntity As Entity) ( _
	queryExpression As QueryExpression _
) 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.
Return Value
A collection of entities that satisfy the supplied QueryExpression

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