A .NET wrapper to the SQLite database

SQLiteClient.Finalize Method 

Closes the the database if it is still open.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();

Remarks

This is done by calling the Close() method, so you don't have to call Close() if you don't absolutely need to close the database.

See Also

SQLiteClient Class | SQLite.NET Namespace