ComplexPropertyEntry<TEntity,TComplexProperty>.CurrentValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前指派給這個屬性的值。 如果使用這個屬性設定目前的值,變更追蹤器就會知道變更,而且 DetectChanges() 內容不需要偵測變更。
public virtual TComplexProperty CurrentValue { get; set; }
member this.CurrentValue : 'ComplexProperty with get, set
Public Overridable Property CurrentValue As TComplexProperty
屬性值
TComplexProperty
備註
如需詳細資訊和範例,請參閱 在 EF Core 中存取追蹤的實體 。