Click or drag to resize
SQLiteDatabaseConnection Events

The SQLiteDatabaseConnection type exposes the following members.

Events
  NameDescription
Public eventProfile
Profiling event that occurs when a IStatement finishes.
Public eventRollback
Occurs whenever a transaction is rolled back on the database connection.
Public eventTrace
Tracing event that occurs at various times when IStatementis running.
Public eventUpdate
Occurs whenever a row is updated, inserted or deleted in a rowid table.
Top
See Also