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