Click or drag to resize

OrmBackupRestoreServiceBaseTOrmConfigurationRestore Method

Restore the asset to the proper location

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public bool Restore(
	IBackupAsset backupAsset
)

Parameters

backupAsset  IBackupAsset
The backup asset to be restored

Return Value

Boolean
True if the asset was restored

Implements

IRestoreBackupAssetsRestore(IBackupAsset)
See Also