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: 2.2.1
Syntax
public static class SqlFeatureUtil

The SqlFeatureUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFeatures
Load the available features
Public methodStatic memberInstall
Install the specified object
Public methodStatic memberIsInstalled
Returns true if the migration has been installed
Public methodStatic memberUpgradeSchema
Upgrade the schema
Top
See Also