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