DbEntityEntry.State Property

Definition

Gets or sets the state of the entity.

public System.Data.Entity.EntityState State { get; set; }
member this.State : System.Data.Entity.EntityState with get, set
Public Property State As EntityState

Property Value

The state.

Applies to