4 references to Value
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
318
return m_destCmd.CreateNode(m_destCmd.CreateConstantPredicateOp(op.
Value
));
System\Data\Query\InternalTrees\ScalarOps.cs (2)
266
internal bool IsTrue { get { return this.
Value
; } }
271
internal bool IsFalse { get { return this.
Value
== false; } }
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1207
newNode = context.Command.CreateNode(context.Command.CreateConstantPredicateOp(!pred.
Value
));