Udostępnij przez


EntityContainerMapping Konstruktor

Definicja

Inicjuje nowe wystąpienie EntityContainerMapping.

public EntityContainerMapping(System.Data.Entity.Core.Metadata.Edm.EntityContainer conceptualEntityContainer, System.Data.Entity.Core.Metadata.Edm.EntityContainer storeEntityContainer, System.Data.Entity.Core.Mapping.StorageMappingItemCollection mappingItemCollection, bool generateUpdateViews);
new System.Data.Entity.Core.Mapping.EntityContainerMapping : System.Data.Entity.Core.Metadata.Edm.EntityContainer * System.Data.Entity.Core.Metadata.Edm.EntityContainer * System.Data.Entity.Core.Mapping.StorageMappingItemCollection * bool -> System.Data.Entity.Core.Mapping.EntityContainerMapping
Public Sub New (conceptualEntityContainer As EntityContainer, storeEntityContainer As EntityContainer, mappingItemCollection As StorageMappingItemCollection, generateUpdateViews As Boolean)

Parametry

conceptualEntityContainer
EntityContainer

Kontener jednostki koncepcyjnej do zamapowania.

storeEntityContainer
EntityContainer

Kontener jednostki magazynu, który ma zostać zamapowany.

mappingItemCollection
StorageMappingItemCollection

Kolekcja elementów mapowania nadrzędnego.

generateUpdateViews
Boolean

Flaga wskazująca, czy mają być generowane widoki aktualizacji.

Dotyczy