IEntityChangeTracker.EntityState Property

Definition

Gets current state of a tracked object.

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

Property Value

An EntityState that is the state of the tracked object.For more information, see Identity Resolution, State Managment, and Change Tracking and Tracking Changes in POCO Entities.

Applies to