Dela via


EntitySetMapping(EntitySet, EntityContainerMapping) Constructor

Definition

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.

Applies to