Share via


ModificationFunctionMemberPath Constructor

Definition

Initializes a new ModificationFunctionMemberPath instance.

public ModificationFunctionMemberPath (System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.EdmMember> members, System.Data.Entity.Core.Metadata.Edm.AssociationSet associationSet);
new System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath : seq<System.Data.Entity.Core.Metadata.Edm.EdmMember> * System.Data.Entity.Core.Metadata.Edm.AssociationSet -> System.Data.Entity.Core.Mapping.ModificationFunctionMemberPath

Parameters

members
IEnumerable<EdmMember>

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

associationSet
AssociationSet

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

Applies to