MetadataWorkspace.RegisterItemCollection(ItemCollection) Method

Definition

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