MySQL Connector/Net
MySqlConnectionClearAllPools Method |
Clears all connection pools.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9


ClearAllPools essentially performs a ClearPool(MySqlConnection) on all current connection pools.
