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