Click or drag to resize
DatabaseUpdateEventArgs Properties

The DatabaseUpdateEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
The SQL operation that caused the update event.
Public propertyDatabase
The database containing the affected row.
Public propertyRowId
The rowid of the row updated.
Public propertyTable
The table name containing the affected row.
Top
See Also