SqliteConnection.ClearAllPools Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.