The object state APIs provide methods for returning information about the state of an entity.
Entity State Management
The object state APIs provide methods for returning information about entities in the database. All entities that support pending state have the following attributes:
Pending State Pattern
When a create, update, delete, or save operation is called on an entity, the requested change becomes pending. To apply the pending change, call SubmitPending on the entity, or SubmitPendingOperations on the MBO class: