Mindscape LightSpeed - User Reference & API Documentation
Find<(Of <(TEntity>)>) Method (query)
API ReferenceMindscape.LightSpeedIUnitOfWorkFind<(Of <(TEntity>)>)(Query)
Returns a strongly typed list of Entity objects that match the provided Query specification.
Declaration Syntax
C#Visual Basic
IList<TEntity> Find<TEntity>(
	Query query
) where TEntity : Entity
Function Find(Of TEntity As Entity) ( _
	query As Query _
) As IList(Of TEntity)
Generic Template Parameters
TEntity
Parameters
query (Query)
The query.
Return Value
A strongly typed list of Entity objects that match the provided Query specification.

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