2 instantiations of FunctionNode
System.Data (2)
fx\src\data\System\Data\Filter\ExpressionParser.cs (2)
317
node = new
FunctionNode
(_table, "In");
347
node = new
FunctionNode
(_table, name.name);
9 references to FunctionNode
System.Data (9)
fx\src\data\System\Data\Filter\BinaryNode.cs (3)
819
if (!(right is
FunctionNode
)) {
833
FunctionNode
into = (
FunctionNode
)right;
fx\src\data\System\Data\Filter\ExpressionParser.cs (6)
350
Aggregate agg = (Aggregate)(int)((
FunctionNode
)node).Aggregate;
395
Debug.Assert(topNode > 0 && NodePeek().GetType() == typeof(
FunctionNode
), "The function node should be created on '('");
397
FunctionNode
func = (
FunctionNode
)NodePop();
438
FunctionNode
func = (
FunctionNode
)NodePop();