MetadataWorkspace.RegisterItemCollection(ItemCollection) Method

Definition

Caution

Construct MetadataWorkspace using constructor that accepts metadata loading delegates.

Registers the item collection with each associated data model.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Obsolete("Construct MetadataWorkspace using constructor that accepts metadata loading delegates.")]
public virtual void RegisterItemCollection (System.Data.Entity.Core.Metadata.Edm.ItemCollection collection);
abstract member RegisterItemCollection : System.Data.Entity.Core.Metadata.Edm.ItemCollection -> unit
override this.RegisterItemCollection : System.Data.Entity.Core.Metadata.Edm.ItemCollection -> unit
Public Overridable Sub RegisterItemCollection (collection As ItemCollection)

Parameters

collection
ItemCollection

The output parameter collection that needs to be filled up.

Attributes

Applies to