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