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.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public EntityTuple Find( Query query, EntityMap typeMap ) |
Visual Basic (Declaration) |
---|
Public 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.