MetadataWorkspace.RegisterItemCollection(ItemCollection) 方法

定义

注意

Construct MetadataWorkspace using constructor that accepts metadata loading delegates.

在每个关联的数据模型中注册项集合。

[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)

参数

collection
ItemCollection

需要填充的输出参数集合。

属性

适用于