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.481-alpha
Syntax
IDictionary<string, Object> ParseConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString
The connection string to parse

Return Value

Type: 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