Returns a list of Entity objects that match the provided Query specification.

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

Syntax

C#
public IList<Entity> Find(
	Query query
)
Visual Basic (Declaration)
Public Function Find ( _
	query As Query _
) As IList(Of Entity)

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query.

Return Value

A list of Entity objects that match the provided Query specification.

See Also