ModificationFunctionMemberPath Constructor (IEnumerable<EdmMember>, AssociationSet)
Initializes a new instance of the ModificationFunctionMemberPath class.
Assembly: EntityFramework (in EntityFramework.dll)
public ModificationFunctionMemberPath(
IEnumerable<EdmMember> members,
AssociationSet associationSet
)
Parameters
- members
-
Type:
System.Collections.Generic.IEnumerable<EdmMember>
The members in the path from the leaf (the member being bound) to the root of the structure.
- associationSet
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationSet
The association set to which we are navigating via this member. If the value is null, this is not a navigation member path.