AssociationSetMapping Class
Represents the Mapping metadata for an AssociationSet in CS space.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.EntitySetBaseMapping
System.Data.Entity.Core.Mapping.AssociationSetMapping
Name | Description | |
---|---|---|
![]() | AssociationSetMapping(AssociationSet, EntitySet, EntityContainerMapping) | Initializes a new AssociationSetMapping instance. |
Name | Description | |
---|---|---|
![]() | AssociationSet | Gets the association set that is mapped. |
![]() | AssociationTypeMapping | Gets the contained association type mapping. |
![]() | Conditions | Gets the property mapping conditions. |
![]() | ContainerMapping | Gets the parent container mapping.(Inherited from EntitySetBaseMapping.) |
![]() | ModificationFunctionMapping | Gets or sets the corresponding function mapping. Can be null. |
![]() | QueryView | Gets or sets the query view associated with this mapping.(Inherited from EntitySetBaseMapping.) |
![]() | SourceEndMapping | Gets or sets the source end property mapping. |
![]() | StoreEntitySet | Gets the store entity set that is mapped. |
![]() | TargetEndMapping | Gets or sets the target end property mapping. |
Name | Description | |
---|---|---|
![]() | AddCondition(ConditionPropertyMapping) | Adds a property mapping condition. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveCondition(ConditionPropertyMapping) | Removes a property mapping condition. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.