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