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