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