13 references to GetRightQuery
System.Data.Entity (13)
System\Data\Mapping\ViewGeneration\CellCreator.cs (7)
201
MemberPath rightExtent = originalCell.
GetRightQuery
(viewTarget).SourceExtentMemberPath;
205
MemberProjectedSlot rightConditionMemberSlot = ((MemberProjectedSlot)originalCell.
GetRightQuery
(viewTarget).ProjectedSlotAt(indexOfBooLMemberInProjection));
217
|| originalCell.
GetRightQuery
(viewTarget).Conditions
234
for (int i = 0; i < originalCell.
GetRightQuery
(viewTarget).NumProjectedSlots; i++)
236
rightSlots.Add(originalCell.
GetRightQuery
(viewTarget).ProjectedSlotAt(i));
244
rightQueryWhereClause = BoolExpression.CreateAnd(originalCell.
GetRightQuery
(viewTarget).WhereClause, rightQueryWhereClause);
247
CellQuery rightQuery = new CellQuery(rightSlots, rightQueryWhereClause, rightExtent, originalCell.
GetRightQuery
(viewTarget).SelectDistinctFlag);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
344
foreach (var associationCell in associationSets.Where(c => c.
GetRightQuery
(target).Extent.EdmEquals(association)))
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
158
CellQuery rightCellQuery = leftCellWrapper.OnlyInputCell.
GetRightQuery
(viewTarget);
285
CellQuery rightCellQuery = leftCellWrapper.OnlyInputCell.
GetRightQuery
(ViewTarget.QueryView);
755
return FragmentQuery.Create(wrapper.OnlyInputCell.CellLabel.ToString(), wrapper.CreateRoleBoolean(), wrapper.OnlyInputCell.
GetRightQuery
(m_viewgenContext.ViewTarget));
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
304
CellQuery right = alignedCell.
GetRightQuery
(viewTarget);
350
CellQuery otherQuery = cell.
GetRightQuery
(viewTarget);