| Overload | Description |
|---|---|
| SQLiteCommand Constructor() | Initializes a new instance of the SQLiteCommand class. |
| SQLiteCommand Constructor(String) | Initializes a new instance of the SQLiteCommand class with the text of the query. |
| SQLiteCommand Constructor(String,SQLiteConnection) | Initializes a new instance of the SQLiteCommand class with the text of the query and a object, and the SQLiteTransaction. |
| SQLiteCommand Constructor(String,SQLiteTransaction) | Initializes a new instance of the SQLiteCommand class with the text of the query, and the SQLiteTransaction object. |