1 instantiation of ViewCellRelation
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
200m_viewCellRelation = new ViewCellRelation(this, projectedSlots, cellNumber);
9 references to ViewCellRelation
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (2)
73private ViewCellRelation m_viewCellRelation; 166internal ViewCellRelation CreateViewCellRelation(int cellNumber)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
800internal void CreateBasicCellRelation(ViewCellRelation viewCellRelation)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (3)
29internal BasicCellRelation(CellQuery cellQuery, ViewCellRelation viewCellRelation, 43private ViewCellRelation m_viewCellRelation; // The viewcellrelation 48internal ViewCellRelation ViewCellRelation
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
36ViewCellRelation viewCellRelation = CellRelation.ViewCellRelation;
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (2)
21internal class ViewKeyConstraint : KeyConstraint<ViewCellRelation, ViewCellSlot> 27internal ViewKeyConstraint(ViewCellRelation relation, IEnumerable<ViewCellSlot> keySlots) :