EntityObject.EntityState Property

Definition

Gets the entity state of the object.

[System.ComponentModel.Browsable(false)]
[System.Xml.Serialization.XmlIgnore]
public System.Data.Entity.EntityState EntityState { get; }
member this.EntityState : System.Data.Entity.EntityState
Public ReadOnly Property EntityState As EntityState

Property Value

The EntityState of this object.

Attributes

Applies to