EntitySetMapping(EntitySet, EntityContainerMapping) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialiazes a new EntitySetMapping instance.
public EntitySetMapping(System.Data.Entity.Core.Metadata.Edm.EntitySet entitySet, System.Data.Entity.Core.Mapping.EntityContainerMapping containerMapping);
new System.Data.Entity.Core.Mapping.EntitySetMapping : System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Mapping.EntityContainerMapping -> System.Data.Entity.Core.Mapping.EntitySetMapping
Parameters
- entitySet
- EntitySet
The entity set to be mapped.
- containerMapping
- EntityContainerMapping
The parent container mapping.