ModificationFunctionMemberPath Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework