10 references to Value
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
360
ProjectedSlot slot = clause.
Value
;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
771
newCaseStatement.AddWhenThen(clause.Condition.RemapLiterals(literalRemap), clause.
Value
);
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (8)
124
if (whenThen.
Value
is MemberProjectedSlot)
126
Debug.Assert(m_memberPath.Equals(((MemberProjectedSlot)whenThen.
Value
).MemberPath), "case statement slot (THEN) must depend only on its own slot value");
141
if (TryGetInstantiatedType(whenThen.
Value
, out type))
188
ConstantProjectedSlot constantSlot = clause.
Value
as ConstantProjectedSlot;
216
m_elseValue = clauses[lastIndex].
Value
;
245
CaseSlotValueAsEsql(builder, clause.
Value
, this.MemberPath, blockAlias, withRelationships, indentLevel + 2);
270
values.Add(CaseSlotValueAsCqt(row, clause.
Value
, this.MemberPath, withRelationships));
384
clause.
Value
.ToCompactString(builder);