7 references to Function
System.Data.Entity (7)
System\Data\Query\InternalTrees\Dump.cs (1)
899
case OpType.
Function
:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
526
if (n.Child0.Op.OpType == OpType.VarDef && n.Child0.Child0.Op.OpType == OpType.
Function
&& op.Table.Keys.Count > 0)
System\Data\Query\InternalTrees\ScalarOps.cs (2)
369
: base(OpType.
Function
, function.ReturnParameter.TypeUsage)
373
private FunctionOp() : base(OpType.
Function
) { }
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1750
if (OpType.
Function
== newNode.Op.OpType)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
825
PlanCompiler.Assert(definingExprNode.Op.OpType != OpType.
Function
, "Flattening of TVF output is not allowed.");
1333
if (chi.HasChild0 && chi.Child0.Op.OpType == OpType.
Function
)