ModificationFunctionMemberPath.Members Property

 

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

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

public ReadOnlyCollection<EdmMember> Members { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<EdmMember>

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