A .NET wrapper to the SQLite database

SQLiteClient.Close Method 

Closes the database

[Visual Basic]
Public Sub Close()
[C#]
public void Close();

Remarks

If a transaction is active when the database is closed, the transaction is rolled back.

See Also

SQLiteClient Class | SQLite.NET Namespace