 | SqlFeatureUtilRestoreBackupAsset Method |
Restore a backup asset
Namespace: SanteDB.OrmLite.MigrationAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic static bool RestoreBackupAsset(
this IDbProvider me,
IBackupAsset backupAsset
)
<ExtensionAttribute>
Public Shared Function RestoreBackupAsset (
me As IDbProvider,
backupAsset As IBackupAsset
) As Boolean
public:
[ExtensionAttribute]
static bool RestoreBackupAsset(
IDbProvider^ me,
IBackupAsset^ backupAsset
)
[<ExtensionAttribute>]
static member RestoreBackupAsset :
me : IDbProvider *
backupAsset : IBackupAsset -> bool Parameters
- me IDbProvider
[Missing <param name="me"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.RestoreBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,SanteDB.Core.Data.Backup.IBackupAsset)"]
- backupAsset IBackupAsset
[Missing <param name="backupAsset"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.RestoreBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,SanteDB.Core.Data.Backup.IBackupAsset)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.RestoreBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,SanteDB.Core.Data.Backup.IBackupAsset)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDbProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also