Click or drag to resize

SQLiteConnectionManagerBackup Method

Backup the database

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string Backup(
	string passkey
)

Parameters

passkey
Type: SystemString

[Missing <param name="passkey"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionManager.Backup(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionManager.Backup(System.String)"]

Implements

IDataManagementServiceBackup(String)
See Also