SelectOperation.offset

Sets the offset. (number of rows after which to return from the database)

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

Meta