Click or drag to resize

IDataConfigurationProviderParseConnectionString Method

Parse the specified connection string into a dictionary of key/value pairs

Namespace: SanteDB.Core.Configuration.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IDictionary<string, Object> ParseConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString  ConnectionString
The connection string to parse

Return Value

IDictionaryString, Object
The values in the connection string as a key/value pair dictionary
Remarks
This method is used by the conifguration tooling to populate its property grid based on the current value of th e connection string in the configuration file being edited
See Also