5 references to GetKeysForEntityType
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
471
List<ExtentKey> entitySetKeys = ExtentKey.
GetKeysForEntityType
(prefix, entityType);
487
List<ExtentKey> endKeys = ExtentKey.
GetKeysForEntityType
(prefix,
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
149
List<ExtentKey> keys = ExtentKey.
GetKeysForEntityType
(prefix, entitySet.ElementType);
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (2)
80
List<ExtentKey> keys = ExtentKey.
GetKeysForEntityType
(prefix, entityType);
108
List<ExtentKey> keys = ExtentKey.
GetKeysForEntityType
(prefix, end.EntitySet.ElementType);