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