11 references to KeySlots
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
39
foreach (MemberProjectedSlot keySlot in
KeySlots
)
System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs (1)
55
StringUtil.ToSeparatedStringSorted(builder,
KeySlots
, ", ");
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (9)
52
if (
KeySlots
.IsSubsetOf(second.
KeySlots
))
61
Set<ViewCellSlot> secondKeySlots = new Set<ViewCellSlot>(second.
KeySlots
);
63
foreach (ViewCellSlot firstSlot in
KeySlots
)
104
List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.
KeySlots
);
124
ViewCellSlot.SlotsToUserString(rightKeyConstraint.
KeySlots
, false /*isFromCside*/),
127
ViewCellSlot.SlotsToUserString(rightKeyConstraint.
KeySlots
, true /*isFromCside*/),
144
string keyMsg = ViewCellSlot.SlotsToUserString(rightConstraint.
KeySlots
, true /*isFromCside*/);
154
List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.
KeySlots
);