Example #1
0
 public override void VisitToScalarExpression(ToScalarExpression node)
 {
     base.VisitToScalarExpression(node);
     _binder._rowScope = null;
 }
Example #2
0
 public override T VisitToScalarExpression(ToScalarExpression node)
 {
     throw new NotImplementedException();
 }