Click or drag to resize

DockerConfigurationManagerSetTransientConnectionString Method

Adds a connection string only for the lifetime of the server

Namespace: SanteDB.Docker.Core
Assembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntax
public void SetTransientConnectionString(
	string key,
	ConnectionString connectionString
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:SanteDB.Docker.Core.DockerConfigurationManager.SetTransientConnectionString(System.String,SanteDB.Core.Configuration.Data.ConnectionString)"]

connectionString  ConnectionString
The connection string

Implements

IConfigurationManagerSetTransientConnectionString(String, ConnectionString)
See Also