Click or drag to resize

ObjectState Fields

The ObjectState type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdded
The object has been added to the transaction and the transaction is still uncommitted
Public fieldStatic memberDeleted
The object has been marked for deletion in the transaction
Public fieldStatic memberModified
The object has been modified after the last transaction commit
Public fieldStatic memberUnchanged
The object has not been changed after the last transaction commit
Public fieldvalue__
Top
See Also