Mindscape LightSpeed - User Reference & API Documentation
FindOne<(Of <(TEntity>)>) Method (query)
API ReferenceMindscape.LightSpeedRepositoryFindOne<(Of <(TEntity>)>)(Query)
Finds a single entity that that satisfies the specified Query.
Declaration Syntax
C#Visual Basic
public static TEntity FindOne<TEntity>(
	Query query
) where TEntity : Entity
Public Shared Function FindOne(Of TEntity As Entity) ( _
	query As Query _
) As TEntity
Generic Template Parameters
TEntity
The entity type.
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)