StorageMappingItemCollection Konstruktory

Definice

Přetížení

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollection, StoreItemCollection a XML čtečky.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public StorageMappingItemCollection (System.Data.Entity.Core.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);

Parametry

edmCollection
EdmItemCollection

To EdmItemCollection , co má toto mapování použít.

storeCollection
StoreItemCollection

To StoreItemCollection , co má toto mapování použít.

xmlReaders
IEnumerable<XmlReader>

Čtečky XML, které má toto mapování použít.

Atributy

Platí pro

Entity Framework 6.2.0
Produkt Verze
Entity Framework 6.2.0

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollectiona StoreItemCollection kolekce řetězců označujících cesty k souborům metadat.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public StorageMappingItemCollection (System.Data.Entity.Core.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeCollection, params string[] filePaths);

Parametry

edmCollection
EdmItemCollection

To EdmItemCollection , co má toto mapování použít.

storeCollection
StoreItemCollection

To StoreItemCollection , co má toto mapování použít.

filePaths
String[]

Cesty k souborům, které má toto mapování použít.

Atributy

Platí pro

Entity Framework 6.2.0
Produkt Verze
Entity Framework 6.2.0