Empties the connection pool associated with the specified connection.
Public Shared Sub ClearPool ( _ connection As SqlConnection _ )
Dim connection As SqlConnection SqlConnection.ClearPool(connection)
public static void ClearPool( SqlConnection connection )
public: static void ClearPool( SqlConnection^ connection )
public static function ClearPool( connection : SqlConnection )
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98