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