Icon EDBDataCursorState Enumeration

The EDBDataCursorState enumeration is used to indicate the state of a data cursor.

Namespace: Elevate.ElevateDB.Data

MemberDescription
BrowsingIndicates that the current data cursor is browsing.
InsertingIndicates that the current data cursor is inserting a new row.
UpdatingIndicates that the current data cursor is updating an existing row.
Image