SelectOperation.findOptional

Returns the first row of the result data or throws if no data exists.

struct SelectOperation(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@safe scope @trusted
static if(!hasLimit)
Nullable!TSelect
findOptional
()

Meta