EntitySetMapping Constructor (EntitySet, EntityContainerMapping)

 

Initialiazes a new EntitySetMapping instance.

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

public EntitySetMapping(
	EntitySet entitySet,
	EntityContainerMapping containerMapping
)

Parameters

entitySet
Type: System.Data.Entity.Core.Metadata.Edm.EntitySet

The entity set to be mapped.

containerMapping
Type: System.Data.Entity.Core.Mapping.EntityContainerMapping

The parent container mapping.