Click or drag to resize
ISQLiteConnection Methods

The ISQLiteConnection type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteNonQuery
Method to execute a SQL command that does not return any data.
Public methodExecuteQuery
Method to execute a SQL command that returns a list of rows.
Top
See Also