 | IDataConfigurationProviderDeploy Method |
Note: This API is now obsolete.
Deploy the specified data feature to the specified configuration option
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax[ObsoleteAttribute]
bool Deploy(
IDataFeature feature,
string connectionStringName,
SanteDBConfiguration configuration
)
<ObsoleteAttribute>
Function Deploy (
feature As IDataFeature,
connectionStringName As String,
configuration As SanteDBConfiguration
) As Boolean
[ObsoleteAttribute]
bool Deploy(
IDataFeature^ feature,
String^ connectionStringName,
SanteDBConfiguration^ configuration
)
[<ObsoleteAttribute>]
abstract Deploy :
feature : IDataFeature *
connectionStringName : string *
configuration : SanteDBConfiguration -> bool Parameters
- feature IDataFeature
- The feature which is to be deployed
- connectionStringName String
- The name of the connection string on which the specified feature should be deployed
- configuration SanteDBConfiguration
- The configuration to which the deployment information should be saved
Return Value
BooleanTrue if the deployment succeeeded
See Also