Sdílet prostřednictvím


EntityContainerMapping Konstruktor

Definice

Inicializuje novou instanci 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

Koncepční kontejner entity, který se má mapovat.

storeEntityContainer
EntityContainer

Kontejner entity úložiště, který se má mapovat.

mappingItemCollection
StorageMappingItemCollection

Nadřazená kolekce položek mapování.

generateUpdateViews
Boolean

Příznak označující, jestli se mají generovat zobrazení aktualizací.

Platí pro