EntitySetBaseMapping Class
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.
Represents the Mapping metadata for an Extent in CS space.
public abstract class EntitySetBaseMapping : System.Data.Entity.Core.Mapping.MappingItem
type EntitySetBaseMapping = class
inherit MappingItem
Public MustInherit Class EntitySetBaseMapping
Inherits MappingItem
- Inheritance
- Derived
Examples
For Example if conceptually you could represent the CS MSL file as following --Mapping --EntityContainerMapping ( CNorthwind-->SNorthwind ) --EntitySetMapping --EntityTypeMapping --MappingFragment --EntityTypeMapping --MappingFragment --AssociationSetMapping --AssociationTypeMapping --MappingFragment This class represents the metadata for all the extent map elements in the above example namely EntitySetMapping, AssociationSetMapping and CompositionSetMapping. The EntitySetBaseMapping elements that are children of the EntityContainerMapping element can be accessed through the properties on this type.
Properties
ContainerMapping |
Gets the parent container mapping. |
QueryView |
Gets or sets the query view associated with this mapping. |
Applies to
Entity Framework