Click or drag to resize

IDbBackupProviderBackupToStream Method

Backup the contents of the database this provider represents to backupStream

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

Parameters

backupStream  Stream
The stream to write the backup to

Return Value

Boolean
True if the stream was backed up
Remarks
Implementers should ensure that the no further connections are permitted to the database during the course of the backup operation
See Also