Gets the set of Entity objects that match the provided query specification and returns the results
as an EntityTuple grouped by entity type.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
EntityTuple Find( Query query, EntityMap typeMap ) |
Visual Basic (Declaration) |
---|
Function Find ( _ query As Query, _ typeMap As EntityMap _ ) As EntityTuple |
Parameters
- query
- Type: Mindscape.LightSpeed.Querying..::.Query
The query.
- typeMap
- Type: Mindscape.LightSpeed.Querying..::.EntityMap
The set of entity types to query for.
Return Value
The results of the grouping.Remarks
This method is used in grouping scenarios. You will not normally need to call
this method from your code: it is easier to perform grouping queries using LINQ.