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