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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IDictionary<string, ConfigurationOptionType> Options { get; }

Property Value

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