CollectionEntry.CurrentValue 属性

定义

获取或设置当前分配给此属性的值。 如果使用此属性设置当前值,则更改跟踪器会知道更改,并且 DetectChanges() 上下文不需要检测更改。

public virtual System.Collections.IEnumerable CurrentValue { get; set; }
public virtual System.Collections.IEnumerable? CurrentValue { get; set; }
member this.CurrentValue : System.Collections.IEnumerable with get, set
Public Overridable Property CurrentValue As IEnumerable

属性值

注解

有关详细信息和示例,请参阅 在 EF Core 中访问跟踪的实体更改外键和导航

适用于