 | OrmBackupRestoreServiceBaseTOrmConfigurationRestore Method |
Restore the asset to the proper location
Namespace: SanteDB.OrmLite.ProvidersAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic bool Restore(
IBackupAsset backupAsset
)
Public Function Restore (
backupAsset As IBackupAsset
) As Boolean
public:
virtual bool Restore(
IBackupAsset^ backupAsset
) sealed
abstract Restore :
backupAsset : IBackupAsset -> bool
override Restore :
backupAsset : IBackupAsset -> bool Parameters
- backupAsset IBackupAsset
- The backup asset to be restored
Return Value
BooleanTrue if the asset was restored
Implements
IRestoreBackupAssetsRestore(IBackupAsset)
See Also