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)
256node = new LookupNode(_table, colname, relname); 267node = new NameNode(_table, text, start, pos); 273node = new ConstNode(_table, ValueType.Numeric, str); 277node = new ConstNode(_table, ValueType.Decimal, str); 281node = new ConstNode(_table, ValueType.Float, str); 288node = new ConstNode(_table, ValueType.Str, str); 295node = new ConstNode(_table, ValueType.Date, str); 317node = new FunctionNode(_table, "In"); 347node = new FunctionNode(_table, name.name); 407node = new UnaryNode(_table, Operators.Noop, node); 510NodePush(new NameNode(_table, newName)); 550return new AggregateNode(_table, aggregate, colname); 582return new AggregateNode(_table, aggregate, colname, !child, relname); 687expr = new LikeNode(_table, opInfo.op, nodeLeft, nodeRight); 690expr = new BinaryNode(_table, opInfo.op, nodeLeft, nodeRight); 716expr = new UnaryNode(_table, opInfo.op, nodeRight);