AssociationSetMapping Constructor (AssociationSet, EntitySet, EntityContainerMapping)
Initializes a new AssociationSetMapping instance.
Assembly: EntityFramework (in EntityFramework.dll)
public AssociationSetMapping(
AssociationSet associationSet,
EntitySet storeEntitySet,
EntityContainerMapping containerMapping
)
Parameters
- associationSet
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationSet
The association set to be mapped.
- storeEntitySet
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntitySet
The store entity set to be mapped.
- containerMapping
-
Type:
System.Data.Entity.Core.Mapping.EntityContainerMapping
The parent container mapping.