ModificationFunctionMemberPath Class

 

Describes the location of a member within an entity or association type structure.

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

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath

public sealed class ModificationFunctionMemberPath : MappingItem

NameDescription
System_CAPS_pubmethodModificationFunctionMemberPath(IEnumerable<EdmMember>, AssociationSet)

Initializes a new instance of the ModificationFunctionMemberPath class.

NameDescription
System_CAPS_pubpropertyAssociationSetEnd

Gets the association set to which we are navigating via this member. If the value is null, this is not a navigation member path.

System_CAPS_pubpropertyMembers

Gets the members in the path from the leaf (the member being bound) to the Root of the structure.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the value of this instance to its equivalent string representation.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.