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.

SqlConnection::ClearPool Method (SqlConnection^)

 

Empties the connection pool associated with the specified connection.

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

public:
static void ClearPool(
	SqlConnection^ connection
)

Parameters

connection
Type: System.Data.SqlClient::SqlConnection^

The SqlConnection to be cleared from the pool.

ClearPool clears the connection pool that is associated with the connection. If additional connections associated with connection are in use at the time of the call, they are marked appropriately and are discarded (instead of being returned to the pool) when Close is called on them.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft