public ISqlSelect WhereNot(ISqlCondition clause) => Where(SqlCondition.Not(clause));
public ISqlUpdate WhereNot(ISqlCondition clause) => Where(SqlCondition.Not(clause));