共用方式為


EdmItemCollection.Create 方法

定義

建立 的 EdmItemCollection Factory 方法。

public static System.Data.Entity.Core.Metadata.Edm.EdmItemCollection Create (System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders, System.Collections.ObjectModel.ReadOnlyCollection<string> filePaths, out System.Collections.Generic.IList<System.Data.Entity.Core.Metadata.Edm.EdmSchemaError> errors);
static member Create : seq<System.Xml.XmlReader> * System.Collections.ObjectModel.ReadOnlyCollection<string> *  -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Shared Function Create (xmlReaders As IEnumerable(Of XmlReader), filePaths As ReadOnlyCollection(Of String), ByRef errors As IList(Of EdmSchemaError)) As EdmItemCollection

參數

xmlReaders
IEnumerable<XmlReader>

要載入的 CSDL 成品。 必須不是 null

filePaths
ReadOnlyCollection<String>

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

errors
IList<EdmSchemaError>

載入時遇到的錯誤集合。

傳回

EdmItemCollection 如果沒有發生任何錯誤,則為 實例。 否則為 null

適用於