1 instantiation of BasicCellRelation
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
804m_basicCellRelation = new BasicCellRelation(this, viewCellRelation, slots);
7 references to BasicCellRelation
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
64private BasicCellRelation m_basicCellRelation; 169internal BasicCellRelation BasicCellRelation
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (2)
20internal class BasicKeyConstraint : KeyConstraint<BasicCellRelation, MemberProjectedSlot> 25internal BasicKeyConstraint(BasicCellRelation relation, IEnumerable<MemberProjectedSlot> keySlots)
System\Data\Mapping\ViewGeneration\Validator.cs (3)
134BasicCellRelation cCellRelation = cell.CQuery.BasicCellRelation; 135BasicCellRelation sCellRelation = cell.SQuery.BasicCellRelation; 158private static void PopulateBaseConstraints(BasicCellRelation baseRelation,