Click or drag to resize

IDataConfigurationProviderOptions Property

Get the configuration options

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IDictionary<string, ConfigurationOptionType> Options { get; }

Property Value

Type: IDictionaryString, ConfigurationOptionType
Remarks
The return value of this property represents all connection string options which should be exposed on the configuration screen which is using this instance. The resulting dictionary should have keys representing the property names in the connection string and the option types drive the drop down within the property grid.
See Also