1 write to _table
System.Data (1)
fx\src\data\System\Data\Filter\ExpressionParser.cs (1)
123
_table
= table;
16 references to _table
System.Data (16)
fx\src\data\System\Data\Filter\ExpressionParser.cs (16)
256
node = new LookupNode(
_table
, colname, relname);
267
node = new NameNode(
_table
, text, start, pos);
273
node = new ConstNode(
_table
, ValueType.Numeric, str);
277
node = new ConstNode(
_table
, ValueType.Decimal, str);
281
node = new ConstNode(
_table
, ValueType.Float, str);
288
node = new ConstNode(
_table
, ValueType.Str, str);
295
node = new ConstNode(
_table
, ValueType.Date, str);
317
node = new FunctionNode(
_table
, "In");
347
node = new FunctionNode(
_table
, name.name);
407
node = new UnaryNode(
_table
, Operators.Noop, node);
510
NodePush(new NameNode(
_table
, newName));
550
return new AggregateNode(
_table
, aggregate, colname);
582
return new AggregateNode(
_table
, aggregate, colname, !child, relname);
687
expr = new LikeNode(
_table
, opInfo.op, nodeLeft, nodeRight);
690
expr = new BinaryNode(
_table
, opInfo.op, nodeLeft, nodeRight);
716
expr = new UnaryNode(
_table
, opInfo.op, nodeRight);