MetadataWorkspace.RegisterItemCollection(ItemCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Registers the item collection with each associated data model.
public:
void RegisterItemCollection(System::Data::Metadata::Edm::ItemCollection ^ collection);
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
[System.CLSCompliant(false)]
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
[<System.CLSCompliant(false)>]
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
Public Sub RegisterItemCollection (collection As ItemCollection)
Parameters
- collection
- ItemCollection
The output parameter collection that needs to be filled up.
- Attributes
Exceptions
The collection argument is null.
The specified data model has already a registered an item collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.