CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ GetConnectionStringBySettingKey()

virtual string Cqrs.Configuration.ConfigurationManager.GetConnectionStringBySettingKey ( string  key)
virtual

Read the configuration string where the name (or key) of the connection string is stored in a setting, first obtained with a call to GetSetting(string)

Parameters
keyThe key (or name) of the setting that has the name (or key) of the connection string to read.

Implements Cqrs.Configuration.IConfigurationManager.