EndPropertyMapping Class

 

Mapping metadata for End property of an association.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.PropertyMapping
      System.Data.Entity.Core.Mapping.EndPropertyMapping

public class EndPropertyMapping : PropertyMapping

NameDescription
System_CAPS_pubmethodEndPropertyMapping(AssociationEndMember)

Creates an association end property mapping.

NameDescription
System_CAPS_pubpropertyAssociationEnd

Gets an AssociationEndMember that specifies the mapped association end.

System_CAPS_pubpropertyProperty

Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.)

System_CAPS_pubpropertyPropertyMappings

Gets a ReadOnlyCollection of ScalarPropertyMapping that specifies the children of this association end property mapping.

NameDescription
System_CAPS_pubmethodAddPropertyMapping(ScalarPropertyMapping)

Adds a child property-column mapping.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemovePropertyMapping(ScalarPropertyMapping)

Removes a child property-column mapping.

System_CAPS_pubmethodToString()

(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.