Click or drag to resize

InitialConfigurationManagerSetTransientConnectionString Method

Adds a connection string only for the lifetime of the server

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetTransientConnectionString(
	string name,
	ConnectionString connectionString
)

Parameters

name  String
The name of the connection string
connectionString  ConnectionString
The connection string

Implements

IConfigurationManagerSetTransientConnectionString(String, ConnectionString)
See Also