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.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public abstract void FindGroup( Query query, EntityTuple results ) |
Visual Basic (Declaration) |
---|
Public MustOverride 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.