Mindscape LightSpeed - User Reference & API Documentation
Find<(Of <(TList>)>) Method (query, results)
API ReferenceMindscape.LightSpeedIUnitOfWorkFind<(Of <(TList>)>)(Query, TList)
Returns a list of Entity objects that match the provided Query specification. Places the results into the provided collection.
Declaration Syntax
C#Visual Basic
void Find<TList>(
	Query query,
	TList results
) where TList : IList
Sub Find(Of TList As IList) ( _
	query As Query, _
	results As TList _
)
Generic Template Parameters
TList
Parameters
query (Query)
The query.
results (TList)
The collection where the results are placed.

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