Sdílet prostřednictvím


EdmItemCollection Konstruktory

Definice

Přetížení

EdmItemCollection(IEnumerable<XmlReader>)

Inicializuje novou instanci EdmItemCollection třídy pomocí kolekce objektů XMLReader, kde existují soubory jazyka definice konceptuálního schématu (CSDL).

EdmItemCollection(EdmModel)

Inicializuje novou instanci EdmItemCollection třídy.

EdmItemCollection(String[])

Inicializuje novou instanci EdmItemCollection třídy pomocí cest, kde existují soubory jazyka definic konceptu schématu (CSDL).

EdmItemCollection(IEnumerable<XmlReader>)

Inicializuje novou instanci EdmItemCollection třídy pomocí kolekce objektů XMLReader, kde existují soubory jazyka definice konceptuálního schématu (CSDL).

public EdmItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : seq<System.Xml.XmlReader> -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (xmlReaders As IEnumerable(Of XmlReader))

Parametry

xmlReaders
IEnumerable<XmlReader>

Kolekce objektů XMLReader, ve kterých existují soubory jazyka CSDL (Conceptual Schema Definition Language).

Platí pro

EdmItemCollection(EdmModel)

Inicializuje novou instanci EdmItemCollection třídy.

public EdmItemCollection(System.Data.Entity.Core.Metadata.Edm.EdmModel model);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : System.Data.Entity.Core.Metadata.Edm.EdmModel -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (model As EdmModel)

Parametry

model
EdmModel

Datový model entity.

Platí pro

EdmItemCollection(String[])

Inicializuje novou instanci EdmItemCollection třídy pomocí cest, kde existují soubory jazyka definic konceptu schématu (CSDL).

public EdmItemCollection(params string[] filePaths);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : string[] -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (ParamArray filePaths As String())

Parametry

filePaths
String[]

Cesty, kde existují soubory jazyka CSDL (Conceptual Schema Definition Language).

Platí pro