Udostępnij za pośrednictwem


EdmItemCollection.Create Metoda

Definicja

Metoda factory, która tworzy metodę EdmItemCollection.

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

Parametry

xmlReaders
IEnumerable<XmlReader>

Artefakty CSDL do załadowania. Nie może być null.

filePaths
ReadOnlyCollection<String>

Ścieżki do artefaktów CSDL. Używane w komunikatach o błędach. null W tym przypadku podstawowy identyfikator URI elementu XmlReader będzie używany jako ścieżka.

errors
IList<EdmSchemaError>

Kolekcja błędów napotkanych podczas ładowania.

Zwraca

EdmItemCollection wystąpienie, jeśli nie napotkano żadnych błędów. W przeciwnym razie null.

Dotyczy