RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SqliteDataProcessor..::..CloseConnection Method

Closes the database connection.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void CloseConnection(
	IDbConnection connection
)
Public Sub CloseConnection ( _
	connection As IDbConnection _
)
public:
void CloseConnection(
	IDbConnection^ connection
)

Parameters

connection
Type: IDbConnection
The connection.