25 references to OnlyInputCell
System.Data.Entity (25)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
749
int oldNumber = leftCellWrapper.
OnlyInputCell
.CellNumber;
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
63
Cell cell = wrapper.
OnlyInputCell
;
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (22)
150
CellQuery leftCellQuery = leftCellWrapper.
OnlyInputCell
.GetLeftQuery(viewTarget);
158
CellQuery rightCellQuery = leftCellWrapper.
OnlyInputCell
.GetRightQuery(viewTarget);
196
CellQuery cellQuery = leftCellWrapper.
OnlyInputCell
.GetLeftQuery(m_viewgenContext.ViewTarget);
211
!leftCellWrapper.
OnlyInputCell
.CQuery.WhereClause.Equals(leftCellWrapper.
OnlyInputCell
.SQuery.WhereClause) && /* projection allowed when both conditions are equal */
234
), leftCellWrapper.
OnlyInputCell
, ""));
268
ToIEnum(firstLCWForCondition[condMembersValues].
OnlyInputCell
, leftCellWrapper.
OnlyInputCell
), ""));
285
CellQuery rightCellQuery = leftCellWrapper.
OnlyInputCell
.GetRightQuery(ViewTarget.QueryView);
294
CellQuery leftCellQuery = leftCellWrapper.
OnlyInputCell
.GetLeftQuery(ViewTarget.QueryView);
416
m_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.
OnlyInputCell
, fragment2.
OnlyInputCell
), ""));
495
), ToIEnum(fragment1.
OnlyInputCell
, fragment2.
OnlyInputCell
), ""));
509
(fragment1.
OnlyInputCell
.CQuery.Extent is AssociationSet ||
510
fragment2.
OnlyInputCell
.CQuery.Extent is AssociationSet))
526
m_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.
OnlyInputCell
, fragment2.
OnlyInputCell
), ""));
583
m_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.
OnlyInputCell
, fragment2.
OnlyInputCell
), ""));
755
return FragmentQuery.Create(wrapper.
OnlyInputCell
.CellLabel.ToString(), wrapper.CreateRoleBoolean(), wrapper.
OnlyInputCell
.GetRightQuery(m_viewgenContext.ViewTarget));
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
270
wrapper.
OnlyInputCell
.CQuery.WhereClause.MemberRestrictions.Select(oneOf => oneOf.RestrictedMemberSlot.MemberPath),