***DB_Data_Table_Mode Enumeration*** {linebreak} Documentation Home DocumentationSqliteNet {linebreak} SQLiteNET->DB_DATA_TABLE_MODE {linebreak} *Values* {linebreak} DATATABLE {linebreak} NODATATABLE {linebreak} This Enumeration is used with the Execute method in the Database Class.{linebreak} DATATABLE means that the object will fill a datatable object if any rows are returned from the SQL statement.{linebreak} NODATATABLE means that the object will not fill the datatable even if rows are returned from the SQL statement *Example* {linebreak} DB.Execute("Select * from sqlite_master",SQLiteNET.DB_EVENT_MODE.EVENTS,SQLiteNET.DB_DATA_TABLE_MODE.NODATATABLE)