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.

OracleConnection::ClearAllPools Method ()

 

Empties the connection pool.

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

public:
static void ClearAllPools()

ClearAllPools resets (or empties) the connection pool. If connections are in use at the time of the call, they are marked appropriately and are discarded when Close is called on them.

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