Click or drag to resize

IDataConfigurationProviderCreateConnectionString Method

Creates the specified connection string with options

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

Parameters

options  IDictionaryString, Object
The options to be set on the connection string

Return Value

ConnectionString
The constructed ConnectionString instance
See Also