3 references to TryGetEntityContainer
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
360
this.EdmItemCollection.
TryGetEntityContainer
(entityContainerName, out entityContainerType);
368
this.StoreItemCollection.
TryGetEntityContainer
(storageEntityContainerName, out storageEntityContainerType);
System\Data\Metadata\MetadataWorkspace.cs (1)
656
return (null != collection) && collection.
TryGetEntityContainer
(name, out entityContainer);