Closes all unused connections in the connection pool identified by the given connection string.
public void FlushConnectionPool( string connectionString );
Remarks
This closes all unused connections in the connection pool that have the given connection string.
See Also