ModificationFunctionMemberPath Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Entity Framework