Click or drag to resize
IDatabaseBackup Interface
Interface to the SQLite backup api.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public interface IDatabaseBackup : IDisposable

The IDatabaseBackup type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodStep
Copies up to nPage between the source and destination databases. If nPages is negative, all remaining source pages are copied.
Top
Properties
  NameDescription
Public propertyPageCount
The total number of pages in the source database file.
Public propertyRemainingPages
The number of pages still to be backed up.
Top
See Also