dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / BackupDatabase Method / BackupDatabase(SQLiteConnection) Method
The connection to copy the current database to.

On this page
    BackupDatabase(SQLiteConnection) Method
    On this page
    Backups (copies) the database to the specified target connection via the SQLite Online Backup API.
    Syntax
    'Declaration
     
    Public Overloads Sub BackupDatabase( _
       ByVal destination As SQLiteConnection _
    ) 
    public void BackupDatabase( 
       SQLiteConnection destination
    )

    Parameters

    destination
    The connection to copy the current database to.
    See Also