2 instantiations of FunctionNode
System.Data.Common (2)
System\Data\Filter\ExpressionParser.cs (2)
329node = new FunctionNode(_table, "In"); 361node = new FunctionNode(_table, name._name);
9 references to FunctionNode
System.Data.Common (9)
System\Data\Filter\BinaryNode.cs (3)
1087if (!(right is FunctionNode)) 1102FunctionNode into = (FunctionNode)right;
System\Data\Filter\ExpressionParser.cs (6)
364Aggregate agg = (Aggregate)(int)((FunctionNode)node).Aggregate; 415Debug.Assert(_topNode > 0 && NodePeek()!.GetType() == typeof(FunctionNode), "The function node should be created on '('"); 417FunctionNode func = (FunctionNode)NodePop(); 459FunctionNode func = (FunctionNode)NodePop();