ObjectStateEntry.State Property

Definition

Gets the state of the ObjectStateEntry.

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

Property Value

The state of the ObjectStateEntry.

Applies to