Condividi tramite


Costruttore StorageMappingItemCollection (EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Inizializza una nuova istanza della classe StorageMappingItemCollection utilizzando gli oggetti EdmItemCollection, StoreItemCollection e i lettori XML specificati.

Spazio dei nomi:  System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")> _
Public Sub New ( _
    edmCollection As EdmItemCollection, _
    storeCollection As StoreItemCollection, _
    xmlReaders As IEnumerable(Of XmlReader) _
)
'Utilizzo
Dim edmCollection As EdmItemCollection 
Dim storeCollection As StoreItemCollection 
Dim xmlReaders As IEnumerable(Of XmlReader)

Dim instance As New StorageMappingItemCollection(edmCollection, _
    storeCollection, xmlReaders)
[SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public StorageMappingItemCollection(
    EdmItemCollection edmCollection,
    StoreItemCollection storeCollection,
    IEnumerable<XmlReader> xmlReaders
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2214:DoNotCallOverridableMethodsInConstructors")]
public:
StorageMappingItemCollection(
    EdmItemCollection^ edmCollection, 
    StoreItemCollection^ storeCollection, 
    IEnumerable<XmlReader^>^ xmlReaders
)
[<SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")>]
new : 
        edmCollection:EdmItemCollection * 
        storeCollection:StoreItemCollection * 
        xmlReaders:IEnumerable<XmlReader> -> StorageMappingItemCollection
public function StorageMappingItemCollection(
    edmCollection : EdmItemCollection, 
    storeCollection : StoreItemCollection, 
    xmlReaders : IEnumerable<XmlReader>
)

Parametri

Vedere anche

Riferimento

StorageMappingItemCollection Classe

Overload StorageMappingItemCollection

Spazio dei nomi System.Data.Entity.Core.Mapping