Mimer SQL Data Provider
Close Method (MimerConnection)




Mimer.Data.Client Namespace > MimerConnection Class : Close Method
Closes the connection to the database server.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Close() 
public override void Close()
public procedure Close(); override; 
public override function Close();
public: void Close(); override 
Remarks
The Close method rolls back any pending transactions. It then releases the connection to the connection pool, or closes the connection if connection pooling is disabled. If Close is called while handling a StateChange event, no additional StateChange events are fired.

An application can call Close more than one time without generating an exception.

Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members