DbMemberEntry<TEntity,TProperty>.CurrentValue Property

Definition

Gets or sets the current value of this property.

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

Property Value

TProperty

The current value.

Applies to