Exemple #1
0
 public ISqlSelect WhereNot(ISqlCondition clause) => Where(SqlCondition.Not(clause));
Exemple #2
0
 public ISqlUpdate WhereNot(ISqlCondition clause) => Where(SqlCondition.Not(clause));