9 references to MemberPath
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (3)
156GetRequiredSlotsForCaseMember(caseStatement.MemberPath, requiredSlots); 174bool notNeeded = !caseStatement.MemberPath.IsPartOfKey && // keys are required in inner queries for joins conditions 178requiredSlots[m_projectedSlotMap.IndexOf(caseStatement.MemberPath)] = false;
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (6)
233CaseSlotValueAsEsql(builder, this.ElseValue, this.MemberPath, blockAlias, withRelationships, indentLevel); 245CaseSlotValueAsEsql(builder, clause.Value, this.MemberPath, blockAlias, withRelationships, indentLevel + 2); 252CaseSlotValueAsEsql(builder, this.ElseValue, this.MemberPath, blockAlias, withRelationships, indentLevel + 2); 270values.Add(CaseSlotValueAsCqt(row, clause.Value, this.MemberPath, withRelationships)); 275CaseSlotValueAsCqt(row, this.ElseValue, this.MemberPath, withRelationships) : 276Constant.Null.AsCqt(row, this.MemberPath);