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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework