***DB_Event_Mode Enumeration*** {linebreak} Documentation Home DocumentationSqliteNet {linebreak} SQLiteNET->DB_EVENT_MODE {linebreak} *Values* {linebreak} EVENTS {linebreak} NOEVENTS {linebreak} This Enumeration is used with the Execute method in the Database Class.{linebreak} EVENTS means that events will be raised when a new row is added to the DataTable.{linebreak} NOEVENTS means that no events will be raised when a new row is added to the DataTable.{linebreak} *Example* {linebreak} DB.Execute("Select * from sqlite_master",SQLiteNET.DB_EVENT_MODE.EVENTS,SQLiteNET.DB_DATA_TABLE_MODE.NODATATABLE)