Click or drag to resize

LiteQueryableTSingle Method

Returns the only document of resultset, and throw an exception if there not exactly one document in the sequence

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public T Single()

Return Value

T

Implements

ILiteQueryableResultTSingle
See Also