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.
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
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.
Entity Framework