whereNot

  1. Query whereNot(Query q, Column column, TComparisonOperator op)
    template whereNot(bool logicalJunction = or, TComparisonOperator)
    @safe pure
    whereNot
    (,,
    TComparisonOperator op
    )
    if (
    isComparisonOperator!TComparisonOperator
    )
  2. Query whereNot(Query q, Column column, TComparisonOperator op, DBValue value)
  3. Query whereNot(Query q, string column, TComparisonOperator op)
  4. Query whereNot(Query q, string column, TComparisonOperator op, DBValue value)

Members

Functions

whereNot
Query whereNot(Query q, Column column, TComparisonOperator op)
Undocumented in source. Be warned that the author may not have intended to support it.
whereNot
Query whereNot(Query q, Column column, TComparisonOperator op, DBValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
whereNot
Query whereNot(Query q, string column, TComparisonOperator op)
Undocumented in source. Be warned that the author may not have intended to support it.
whereNot
Query whereNot(Query q, string column, TComparisonOperator op, DBValue value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta