Click or drag to resize
IDatabaseBackupStep Method
Copies up to nPage between the source and destination databases. If nPages is negative, all remaining source pages are copied.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
bool Step(
	int nPages
)

Parameters

nPages
Type: SystemInt32

[Missing <param name="nPages"/> documentation for "M:SQLitePCL.pretty.IDatabaseBackup.Step(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SQLitePCL.pretty.IDatabaseBackup.Step(System.Int32)"]

See Also