9 references to Cells
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
404
leaf1.LeftCellWrapper.
Cells
.Concat(leaf2.LeftCellWrapper.
Cells
));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
723
ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ImpopssibleCondition, Strings.Viewgen_QV_RewritingNotFound(fragment.RightExtent.ToString()), fragment.
Cells
, String.Empty);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
363
_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NullableMappingForNonNullableColumn, Strings.Viewgen_NullableMappingForNonNullableColumn(wrapper.LeftExtent.ToString(), column.ToFullString()), wrapper.
Cells
, ""));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (5)
94
foreach (Cell cell in fragment.
Cells
)
325
leftCellWrapper.
Cells
.First(), ""));
605
foreach (Cell cell in wrapper.
Cells
)
633
return wrapper.
Cells
.SelectMany(c => c.SQuery.Conditions).Any();
643
foreach (var anotherCell in anotherFragment.
Cells
)