次の方法で共有


DbCollectionEntry<TEntity,TElement>.CurrentValue プロパティ

定義

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public override System.Collections.Generic.ICollection<TElement> CurrentValue { get; set; }
member this.CurrentValue : System.Collections.Generic.ICollection<'Element> with get, set
Public Overrides Property CurrentValue As ICollection(Of TElement)

プロパティ値

ICollection<TElement>

現在の値。

属性

適用対象