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
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.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.

Return Value

The results of the grouping.

Implements

IUnitOfWork..::.Find(Query, EntityMap)

See Also