Finds the specified query.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void Find<TList>(
	Query query,
	TList results
) where TList : IList
Visual Basic (Declaration)
Public Sub Find(Of TList As IList) ( _
	query As Query, _
	results As TList _
)

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query.
results
Type: TList
The results.

Type Parameters

TList
The type of the list.

See Also