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