EntityContainerMapping Constructor (EntityContainer, EntityContainer, StorageMappingItemCollection, Boolean)

 

Initializes a new instance Of the EntityContainerMapping class.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public EntityContainerMapping(
	EntityContainer conceptualEntityContainer,
	EntityContainer storeEntityContainer,
	StorageMappingItemCollection mappingItemCollection,
	bool generateUpdateViews
)

Parameters

conceptualEntityContainer
Type: System.Data.Entity.Core.Metadata.Edm.EntityContainer

The conceptual entity container to be mapped.

storeEntityContainer
Type: System.Data.Entity.Core.Metadata.Edm.EntityContainer

The store entity container to be mapped.

mappingItemCollection
Type: System.Data.Entity.Core.Mapping.StorageMappingItemCollection

The parent mapping item collection.

generateUpdateViews
Type: System.Boolean

Flag indicating whether to generate update views.