8 references to KeyFields
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
505
string keyPropertiesString = MemberPath.PropertiesToUserString(key.
KeyFields
, true);
511
string keyPropertiesString = MemberPath.PropertiesToUserString(key.
KeyFields
, false);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
153
List<MemberProjectedSlot> keySlots = GetSlots(slots, keys[0].
KeyFields
);
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (2)
119
associationKeyMembers.AddRange(keys[0].
KeyFields
);
140
List<MemberProjectedSlot> keySlots = MemberProjectedSlot.GetSlots(m_slots, key.
KeyFields
);
System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs (1)
88
keyFields.AddRange(primaryKey.
KeyFields
);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
265
IEnumerable<MemberPath> primaryKeyFields = primaryKey.
KeyFields
;
593
List<int> endIndexes = cell.CQuery.GetProjectedPositions(primaryKey.
KeyFields
);