6 references to ConstNode
System.Data.Common (6)
System\Data\Filter\ExpressionParser.cs (5)
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);
System\Data\Filter\FunctionNode.cs (1)
101_arguments[1] = new ConstNode(table, ValueType.Str, type._name);