Finds a single
Entity that matches the
provided
Query specification.

Declaration Syntax
TEntity FindOne<TEntity>(
Query query
) where TEntity : Entity
Function FindOne(Of TEntity As Entity) ( _
query As Query _
) As TEntity

Generic Template Parameters

Parameters

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)