whereNot.whereNot

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Query whereNot(Query q, Column column, TComparisonOperator op)
  2. Query whereNot(Query q, Column column, TComparisonOperator op, DBValue value)
  3. Query whereNot(Query q, string column, TComparisonOperator op)
    template whereNot(bool logicalJunction = or, TComparisonOperator)
    @safe pure
    whereNot
    (,
    string column
    ,
    TComparisonOperator op
    )
    if (
    isComparisonOperator!TComparisonOperator
    )
  4. Query whereNot(Query q, string column, TComparisonOperator op, DBValue value)

Meta