EndPropertyMapping Class
Mapping metadata for End property of an association.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.PropertyMapping
System.Data.Entity.Core.Mapping.EndPropertyMapping
Name | Description | |
---|---|---|
![]() | EndPropertyMapping(AssociationEndMember) | Creates an association end property mapping. |
Name | Description | |
---|---|---|
![]() | AssociationEnd | Gets an AssociationEndMember that specifies the mapped association end. |
![]() | Property | Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.) |
![]() | PropertyMappings | Gets a ReadOnlyCollection of ScalarPropertyMapping that specifies the children of this association end property mapping. |
Name | Description | |
---|---|---|
![]() | AddPropertyMapping(ScalarPropertyMapping) | Adds a child property-column mapping. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemovePropertyMapping(ScalarPropertyMapping) | Removes a child property-column mapping. |
![]() | 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.