DbEntityEntry.Reload Method

Definition

Reloads the entity from the database overwriting any property values with values from the database. The entity will be in the Unchanged state after calling this method.

public void Reload ();
member this.Reload : unit -> unit
Public Sub Reload ()

Applies to