1 write to _table
System.Data.Common (1)
System\Data\Filter\ExpressionParser.cs (1)
120_table = table;
16 references to _table
System.Data.Common (16)
System\Data\Filter\ExpressionParser.cs (16)
267node = new LookupNode(_table, colname, relname); 277node = new NameNode(_table, _text, _start, _pos); 283node = new ConstNode(_table, ValueType.Numeric, str); 287node = new ConstNode(_table, ValueType.Decimal, str); 291node = new ConstNode(_table, ValueType.Float, str); 298node = new ConstNode(_table, ValueType.Str, str); 305node = new ConstNode(_table, ValueType.Date, str); 329node = new FunctionNode(_table, "In"); 361node = new FunctionNode(_table, name._name); 428node = new UnaryNode(_table, Operators.Noop, node); 537NodePush(new NameNode(_table, newName)); 579return new AggregateNode(_table, aggregate, colname); 610return new AggregateNode(_table, aggregate, colname, !child, relname); 724expr = new LikeNode(_table, opInfo._op, nodeLeft, nodeRight); 728expr = new BinaryNode(_table, opInfo._op, nodeLeft, nodeRight); 754expr = new UnaryNode(_table, opInfo._op, nodeRight);