6 references to CellRelation
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
36
ViewCellRelation viewCellRelation =
CellRelation
.ViewCellRelation;
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (5)
37
get { return
CellRelation
.Cell; }
44
if (false == Object.ReferenceEquals(
CellRelation
, second.
CellRelation
))
131
return new ErrorLog.Record(true, ViewGenErrorCode.KeyConstraintViolation, message, rightKeyConstraint.
CellRelation
.Cell, debugMessage);
187
return new ErrorLog.Record(true, ViewGenErrorCode.KeyConstraintUpdateViolation, message, rightKeyConstraint.
CellRelation
.Cell, debugMessage);