The Edit status of the object

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum EEditStatus
Visual Basic (Declaration)
Public Enumeration EEditStatus
Visual C++
public enum class EEditStatus

Members

Member nameDescription
UnchangedEntry
The object was retrieved from the database and has NOT been changed
ModifiedEntry
The object was retrieved from the database and HAS been changed
DeletedEntry
The object was retrieved from the database and has been marked for delete
NewEntry
The object is new and has not yet been saved to the database

See Also