Represents the current state of an Entity.

C# | Visual Basic |
public enum EntityState
Public Enumeration EntityState

Member | Description |
---|---|
Default |
The entity is in a clean, default state.
|
New |
The entity is marked for insertion.
|
Modified |
The entity has been modified.
|
Deleted |
The entity is marked for deletion.
|