Finds a single Entity that matches the provided Query specification.

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

Syntax

C#
public override Entity FindOne(
	Query query
)
Visual Basic (Declaration)
Public Overrides Function FindOne ( _
	query As Query _
) As Entity

Parameters

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

Return Value

The Entity that matches the provided Query specification.

See Also