MetadataWorkspace.TryGetItemCollection Method (DataSpace, ItemCollection)
Tests the retrieval of MetadataWorkspace.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual bool TryGetItemCollection( DataSpace dataSpace, out ItemCollection collection )
Parameters
- dataSpace
-
Type:
System.Data.Entity.Core.Metadata.Edm.DataSpace
The DataSpace from which to attempt retrieval of MetadataWorkspace .
- collection
-
Type:
System.Data.Entity.Core.Metadata.Edm.ItemCollection
When this method returns, contains the item collection. This parameter is passed uninitialized.