Enum TrackingState
- Namespace
- Loehnert.TypeAndResult.Tracking
- Assembly
- Loehnert.TypeAndResult.dll
The state in which an entity is being tracked by a context.
public enum TrackingState
Fields
Added = 1
The entity is added.
Deleted = 3
The entity is deleted.
Modified = 2
The entity is modified.
Unchanged = 0
The entity is not changed.