SelectOperation.ConditionBuilderCallback

Argument to condition. Callback that takes in a ConditionBuilder!T and returns a Condition that can easily be created using that builder.

struct SelectOperation(T, TSelect, bool hasWhere = false, bool hasOffset = false, bool hasLimit = false)
@safe
static if(!hasWhere)
alias ConditionBuilderCallback = Condition delegate

Meta