6 references to ConstNode
System.Data.Common (6)
System\Data\Filter\ExpressionParser.cs (5)
283
node = new
ConstNode
(_table, ValueType.Numeric, str);
287
node = new
ConstNode
(_table, ValueType.Decimal, str);
291
node = new
ConstNode
(_table, ValueType.Float, str);
298
node = new
ConstNode
(_table, ValueType.Str, str);
305
node = new
ConstNode
(_table, ValueType.Date, str);
System\Data\Filter\FunctionNode.cs (1)
101
_arguments[1] = new
ConstNode
(table, ValueType.Str, type._name);