Click or drag to resize

SqlFeatureUtil Class

Represents a utility class for deploying a SQL feature
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.MigrationSqlFeatureUtil

Namespace: SanteDB.OrmLite.Migration
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public static class SqlFeatureUtil

The SqlFeatureUtil type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreateBackupAsset Create a backup asset for a provider
Public Extension MethodGetDataConfigurationProvider Get the configuration provider
Public methodStatic memberGetFeatures Load the available features
Public Extension MethodInstall Install the specified object
Public Extension MethodIsInstalled Returns true if the migration has been installed
Public Extension MethodRestoreBackupAsset Restore a backup asset
Public methodStatic memberUpgradeSchema(DataContext, String) Upgrade the context on the specified data context
Public Extension MethodUpgradeSchema(IDbProvider, String) Upgrade schema
Public Extension MethodUpgradeSchema(IDbProvider, String, ActionString, Single, String) Upgrade the schema
Top
See Also