Click or drag to resize

PostgreSQLProviderBackupToStream Method

Backup the contents of the database this provider represents to backupStream

Namespace: SanteDB.OrmLite.Providers.Postgres
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public bool BackupToStream(
	Stream backupStream
)

Parameters

backupStream  Stream
The stream to write the backup to

Return Value

Boolean
True if the stream was backed up

Implements

IDbBackupProviderBackupToStream(Stream)
Remarks
Implementers should ensure that the no further connections are permitted to the database during the course of the backup operation
See Also