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
- edmCollection
Tipo: System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Oggetto EdmItemCollection che deve essere utilizzato dal mapping.
- storeCollection
Tipo: System.Data.Entity.Core.Metadata.Edm.StoreItemCollection
Oggetto StoreItemCollection che deve essere utilizzato dal mapping.
- xmlReaders
Tipo: System.Collections.Generic.IEnumerable<XmlReader>
Lettori XML che devono essere utilizzati dal mapping.
Vedere anche
Riferimento
StorageMappingItemCollection Classe