 | PostgreSQLProviderRestoreFromStream Method |
Restore the contents of the database from restoreStream to the database this provider represents
Namespace: SanteDB.OrmLite.Providers.PostgresAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic bool RestoreFromStream(
Stream restoreStream
)
Public Function RestoreFromStream (
restoreStream As Stream
) As Boolean
public:
virtual bool RestoreFromStream(
Stream^ restoreStream
) sealed
abstract RestoreFromStream :
restoreStream : Stream -> bool
override RestoreFromStream :
restoreStream : Stream -> bool Parameters
- restoreStream Stream
- The stream which contains the backup information
Return Value
BooleanTrue if the stream was successfully processed
Implements
IDbBackupProviderRestoreFromStream(Stream)
See Also