ModificationFunctionMemberPath Class
Describes the location of a member within an entity or association type structure.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath
Name | Description | |
---|---|---|
![]() | ModificationFunctionMemberPath(IEnumerable<EdmMember>, AssociationSet) | Initializes a new instance of the ModificationFunctionMemberPath class. |
Name | Description | |
---|---|---|
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | 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.