次の方法で共有


ModificationFunctionMemberPath コンストラクター

定義

新しい ModificationFunctionMemberPath インスタンスを初期化します。

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

パラメーター

members
IEnumerable<EdmMember>

リーフ (バインドされているメンバー) から構造体のルートへのパス内のメンバーを取得します。

associationSet
AssociationSet

このメンバーを介して移動する関連付けセットを取得します。 値が null の場合、これはナビゲーション メンバー パスではありません。

適用対象