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