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::ClearAllPools Method ()

 

Empties the connection pool.

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

public:
static void ClearAllPools()

ClearAllPools resets (or empties) the connection pool. If there are connections in use at the time of the call, they are marked appropriately and will be 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