2 references to GetEntitySet
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
995
EntitySet entitySet = wrappedOwner.Context.
GetEntitySet
(wrappedOwner.EntityKey.EntitySetName, wrappedOwner.EntityKey.EntityContainerName);
System\Data\Objects\ObjectContext.cs (1)
1236
return this.
GetEntitySet
(setName, containerName);