Share via


AssociationSetMapping Constructor

Definition

Initializes a new AssociationSetMapping instance.

public AssociationSetMapping (System.Data.Entity.Core.Metadata.Edm.AssociationSet associationSet, System.Data.Entity.Core.Metadata.Edm.EntitySet storeEntitySet, System.Data.Entity.Core.Mapping.EntityContainerMapping containerMapping);
new System.Data.Entity.Core.Mapping.AssociationSetMapping : System.Data.Entity.Core.Metadata.Edm.AssociationSet * System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Mapping.EntityContainerMapping -> System.Data.Entity.Core.Mapping.AssociationSetMapping

Parameters

associationSet
AssociationSet

The association set to be mapped.

storeEntitySet
EntitySet

The store entity set to be mapped.

containerMapping
EntityContainerMapping

The parent container mapping.

Applies to