8 references to ElseValue
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
768
Debug.Assert(entry.Value.
ElseValue
== null);
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (6)
232
Debug.Assert(this.
ElseValue
!= null, "CASE statement with no WHEN/THENs must have ELSE.");
233
CaseSlotValueAsEsql(builder, this.
ElseValue
, this.MemberPath, blockAlias, withRelationships, indentLevel);
248
if (this.
ElseValue
!= null)
252
CaseSlotValueAsEsql(builder, this.
ElseValue
, this.MemberPath, blockAlias, withRelationships, indentLevel + 2);
274
DbExpression elseValue = this.
ElseValue
!= null ?
275
CaseSlotValueAsCqt(row, this.
ElseValue
, this.MemberPath, withRelationships) :
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
486
if (caseForOuterJoins != null && (caseForOuterJoins.Clauses.Count > 0 || caseForOuterJoins.
ElseValue
!= null))