6 references to ConstNode
System.Data (6)
fx\src\data\System\Data\Filter\ExpressionParser.cs (5)
273
node = new
ConstNode
(_table, ValueType.Numeric, str);
277
node = new
ConstNode
(_table, ValueType.Decimal, str);
281
node = new
ConstNode
(_table, ValueType.Float, str);
288
node = new
ConstNode
(_table, ValueType.Str, str);
295
node = new
ConstNode
(_table, ValueType.Date, str);
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
90
arguments[1] = new
ConstNode
(table, ValueType.Str, type.name);