Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Closes the connection to the database.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

void Close()

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
Return to top
Show:
© 2017 Microsoft