SqliteConnection.ClearAllPools Method

Definition

Empties the connection pool.

public static void ClearAllPools ();
static member ClearAllPools : unit -> unit
Public Shared Sub ClearAllPools ()

Remarks

Any open connections will not be returned the the pool when closed.

Applies to