Overload | Description |
---|---|
BackupDatabase(SQLiteConnection) | Backups (copies) the database to the specified target connection via the SQLite Online Backup API. |
BackupDatabase(SQLiteConnection,Int32) | Backups (copies) the database to the specified target connection via the SQLite Online Backup API. |
BackupDatabase(SQLiteConnection,String,String,Int32) | Backups (copies) the database to the specified target connection via the SQLite Online Backup API. |