Beispiel #1
0
 protected virtual void VisitWhere(ExpressionVisitorContext context, IExpression where)
 {
     context.VisitWhere(where);
 }
Beispiel #2
0
 protected virtual void VisitWhere(ExpressionVisitorContext context, DeleteStatement statement, IExpression where)
 {
     context.VisitWhere(where);
 }