 | SqlFeatureUtilCreateBackupAsset Method |
Create a backup asset for a provider
Namespace: SanteDB.OrmLite.MigrationAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic static IBackupAsset CreateBackupAsset(
this IDbProvider me,
Guid assetId
)
<ExtensionAttribute>
Public Shared Function CreateBackupAsset (
me As IDbProvider,
assetId As Guid
) As IBackupAsset
public:
[ExtensionAttribute]
static IBackupAsset^ CreateBackupAsset(
IDbProvider^ me,
Guid assetId
)
[<ExtensionAttribute>]
static member CreateBackupAsset :
me : IDbProvider *
assetId : Guid -> IBackupAsset Parameters
- me IDbProvider
[Missing <param name="me"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.CreateBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,System.Guid)"]
- assetId Guid
[Missing <param name="assetId"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.CreateBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,System.Guid)"]
Return Value
IBackupAsset[Missing <returns> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.CreateBackupAsset(SanteDB.OrmLite.Providers.IDbProvider,System.Guid)"]
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