DbPropertyEntry<TEntity,TProperty>.CurrentValue Property

Definition

Gets or sets the current value of this property.

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

Property Value

TProperty

The current value.

Applies to