Click or drag to resize

IDataFeature Interface

Defines a structure for configuration features which deploy or update data

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IDataFeature

The IDataFeature type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the feature
Public propertyInvariantName
Gets the database provider for which the feature is intended
Public propertyName
Get the name of the data feature
Top
Methods
  NameDescription
Public methodGetCheckSql
Get SQL required to determine if feature is installed
Public methodGetDeploySql
Get the SQL required to deploy the feature
Top
See Also