MetadataWorkspace.RegisterItemCollection(ItemCollection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
需要填充的输出参数集合。
- 属性