AssociationSetMapping 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework