ObjectStateEntry.State Property

Definition

Gets or sets the state of the ObjectStateEntry.

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

Property Value

The state of the ObjectStateEntry.

Applies to