6 references to ConstNode
System.Data (6)
fx\src\data\System\Data\Filter\ExpressionParser.cs (5)
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);
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
90arguments[1] = new ConstNode(table, ValueType.Str, type.name);