StorageMappingItemCollection.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 的 StorageMappingItemCollection Factory 方法。
public static System.Data.Entity.Core.Mapping.StorageMappingItemCollection Create(System.Data.Entity.Core.Metadata.Edm.EdmItemCollection edmItemCollection, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders, System.Collections.Generic.IList<string> filePaths, out System.Collections.Generic.IList<System.Data.Entity.Core.Metadata.Edm.EdmSchemaError> errors);
static member Create : System.Data.Entity.Core.Metadata.Edm.EdmItemCollection * System.Data.Entity.Core.Metadata.Edm.StoreItemCollection * seq<System.Xml.XmlReader> * System.Collections.Generic.IList<string> * -> System.Data.Entity.Core.Mapping.StorageMappingItemCollection
參數
- edmItemCollection
- EdmItemCollection
要對應的 edm 元資料集合。 必須不是 null
。
- storeItemCollection
- StoreItemCollection
要對應的存放區元資料集合。 必須不是 null
。
- xmlReaders
- IEnumerable<XmlReader>
要載入的 MSL 成品。 必須不是 null
。
- errors
- IList<EdmSchemaError>
載入時遇到的錯誤集合。
傳回
System.Data.Entity.Core.Mapping.StorageMappingItemCollection.EdmItemCollection 如果沒有發生任何錯誤,則為 實例。 否則為 null
。