Small. Fast. Reliable.
Choose any three.
DB_Event_Mode Enumeration
Documentation Home DocumentationSqliteNet
SQLiteNET->DB_EVENT_MODE

Values
EVENTS
NOEVENTS

This Enumeration is used with the Execute method in the Database Class.
EVENTS means that events will be raised when a new row is added to the DataTable.
NOEVENTS means that no events will be raised when a new row is added to the DataTable.

Example
DB.Execute("Select * from sqlite_master",SQLiteNET.DB_EVENT_MODE.EVENTS,SQLiteNET.DB_DATA_TABLE_MODE.NODATATABLE)