/// <summary> /// Remove a database connection object by handle. /// </summary> /// <param name="ConnectionHandle">Supplies a handle to the database /// connection to delete.</param> /// <returns>True of the operation succeeded.</returns> public static bool DestroyDatabaseConnection(int ConnectionHandle) { return(ConnectionTable.Remove(ConnectionHandle)); }