次の方法で共有


DbReferenceEntry<TEntity,TProperty>.CurrentValue プロパティ

定義

ナビゲーション プロパティの現在の値を取得または設定します。 現在の値はナビゲーション プロパティが参照するエンティティです。

public override TProperty CurrentValue { get; set; }
member this.CurrentValue : 'Property with get, set
Public Overrides Property CurrentValue As TProperty

プロパティ値

TProperty

現在の値。

適用対象