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

Parameters

options
Type: System.Collections.GenericIDictionaryString, Object
The options to be set on the connection string

Return Value

Type: ConnectionString
The constructed ConnectionString instance
See Also