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)
    template whereNot(bool logicalJunction = or, TComparisonOperator)
    @safe pure
    whereNot
    (,,
    TComparisonOperator op
    ,)
    if (
    isComparisonOperator!TComparisonOperator
    )
  3. Query whereNot(Query q, string column, TComparisonOperator op)
  4. Query whereNot(Query q, string column, TComparisonOperator op, DBValue value)

Meta