Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.ClearPool Method 

Clear the connection pool that owns the specified connection, closing all active connections.

[Visual Basic]
Public Shared Sub ClearPool( _
   ByVal connection As FbConnection _
)
[C#]
public static void ClearPool(
   FbConnection connection
);

Parameters

connection
A FbConnection instance.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace