The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDbConnection::Close Method ()
.NET Framework (current version)
Closes the connection to the database.
Assembly: System.Data (in System.Data.dll)
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.
An application can call Close more than one time without generating an exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: