Returns a set of Entity objects that match the provided query specification and places the results in the provided EntityTuple and is grouped by entity type

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

Syntax

C#
public override void FindGroup(
	Query query,
	EntityTuple results
)
Visual Basic (Declaration)
Public Overrides Sub FindGroup ( _
	query As Query, _
	results As EntityTuple _
)

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query.
results
Type: Mindscape.LightSpeed..::.EntityTuple
The results of the grouping.

See Also