Mindscape LightSpeed - User Reference & API Documentation
FindOne Method (query)
API ReferenceMindscape.LightSpeedRepositoryFindOne(Query)
Finds a single entity that that satisfies the specified Query.
Declaration Syntax
C#Visual Basic
public static Entity FindOne(
	Query query
)
Public Shared Function FindOne ( _
	query As Query _
) As Entity
Parameters
query (Query)
The Query.
Return Value
A single Entity that satisfies the specified Query

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)