MetadataWorkspace::TryGetItemCollection Method (DataSpace, ItemCollection^%)
.NET Framework (current version)
Tests the retrieval of MetadataWorkspace.
This API is not CLS-compliant.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: [CLSCompliantAttribute(false)] bool TryGetItemCollection( DataSpace dataSpace, [OutAttribute] ItemCollection^% collection )
Parameters
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The DataSpace from which to attempt retrieval of MetadataWorkspace.
- collection
-
Type:
System.Data.Metadata.Edm::ItemCollection^%
When this method returns, contains the item collection. This parameter is passed uninitialized.
.NET Framework
Available since 3.5
Available since 3.5
Show: