4 references to CreateConstantPredicateOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
318
return m_destCmd.CreateNode(m_destCmd.
CreateConstantPredicateOp
(op.Value));
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1085
ConstantPredicateOp newOp = context.Command.
CreateConstantPredicateOp
(result);
1144
ConstantPredicateOp constOp = context.Command.
CreateConstantPredicateOp
((bool)match);
1207
newNode = context.Command.CreateNode(context.Command.
CreateConstantPredicateOp
(!pred.Value));