Mindscape LightSpeed - User Reference & API Documentation
FindOne Method (entityType, queryExpression)
API ReferenceMindscape.LightSpeedRepositoryFindOne(Type, QueryExpression)
Finds a single Entity that satisifies the provided QueryExpression.
Declaration Syntax
C#Visual Basic
public static Entity FindOne(
	Type entityType,
	QueryExpression queryExpression
)
Public Shared Function FindOne ( _
	entityType As Type, _
	queryExpression As QueryExpression _
) As Entity
Parameters
entityType (Type)
The entity type.
queryExpression (QueryExpression)
A QueryExpression used to match the Entity that should be returned.
Return Value
A single Entity that satisfies the supplied QueryExpression.

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