Share via


ModificationFunctionMemberPath Class

Definition

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

public sealed class ModificationFunctionMemberPath : System.Data.Entity.Core.Mapping.MappingItem
type ModificationFunctionMemberPath = class
    inherit MappingItem
Public NotInheritable Class ModificationFunctionMemberPath
Inherits MappingItem
Inheritance
ModificationFunctionMemberPath

Constructors

ModificationFunctionMemberPath(IEnumerable<EdmMember>, AssociationSet)

Initializes a new ModificationFunctionMemberPath instance.

Properties

AssociationSetEnd

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

Members

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

Methods

ToString()

Returns a string that represents the current object.

Applies to