SqliteConnection.ClearPool(SqliteConnection) 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 associated with the connection.
public static void ClearPool (Microsoft.Data.Sqlite.SqliteConnection connection);
static member ClearPool : Microsoft.Data.Sqlite.SqliteConnection -> unit
Public Shared Sub ClearPool (connection As SqliteConnection)
Parameters
- connection
- SqliteConnection
The connection.
Remarks
Any open connections will not be returned the the pool when closed.