ISQLiteConnection Methods |
The ISQLiteConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ExecuteNonQuery |
Method to execute a SQL command that does not return any data.
|
![]() | ExecuteQuery |
Method to execute a SQL command that returns a list of rows.
|