| IConfigurationMigration Interface |
Identifies a database migration script in code
Namespace:
SanteDB.DisconnectedClient.Configuration.Data
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public interface IConfigurationMigration
Public Interface IConfigurationMigration
public interface class IConfigurationMigration
type IConfigurationMigration = interface end
The IConfigurationMigration type exposes the following members.
Properties
| Name | Description |
---|
| Description |
A human readable description of the migration
|
| Id |
Gets the identifier of the migration
|
TopMethods
| Name | Description |
---|
| Install |
Install the migration package
|
TopSee Also