Mindscape LightSpeed - User Reference & API Documentation
FindOne<(Of <(TEntity>)>) Method (query)
API ReferenceMindscape.LightSpeedIUnitOfWorkFindOne<(Of <(TEntity>)>)(Query)
Finds a single Entity that matches the provided Query specification.
Declaration Syntax
C#Visual Basic
TEntity FindOne<TEntity>(
	Query query
) where TEntity : Entity
Function FindOne(Of TEntity As Entity) ( _
	query As Query _
) As TEntity
Generic Template Parameters
TEntity
Parameters
query (Query)
The query.
Return Value
The Entity that matches the provided Query specification.

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