共用方式為


StorageMappingItemCollection.Create 方法

定義

建立 的 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

filePaths
IList<String>

MSL 成品的路徑。 用於錯誤訊息中。 可以 null ,在此情況下,XmlReader 的基底 URI 會當做路徑使用。

errors
IList<EdmSchemaError>

載入時遇到的錯誤集合。

傳回

System.Data.Entity.Core.Mapping.StorageMappingItemCollection.EdmItemCollection 如果沒有發生任何錯誤,則為 實例。 否則為 null

適用於