SelectOperation.limit

Sets the maximum number of rows to return. Using this method disables the findOne and findOptional methods.

struct SelectOperation(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@safe return scope @trusted
static if(!hasLimit)
SelectOperation!(T, TSelect, hasWhere, hasOffset, true)
limit
(
ulong limit
)

Meta