ModificationFunctionMemberPath クラス

定義

エンティティまたは関連付けの型構造内のメンバーの場所について説明します。

public sealed class ModificationFunctionMemberPath : System.Data.Entity.Core.Mapping.MappingItem
type ModificationFunctionMemberPath = class
    inherit MappingItem
Public NotInheritable Class ModificationFunctionMemberPath
Inherits MappingItem
継承
ModificationFunctionMemberPath

コンストラクター

名前 説明
ModificationFunctionMemberPath(IEnumerable<EdmMember>, AssociationSet)

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

プロパティ

名前 説明
AssociationSetEnd

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

Members

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

メソッド

名前 説明
ToString()

エンティティまたは関連付けの型構造内のメンバーの場所について説明します。

適用対象