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()

string Cqrs.Configuration.IConfigurationManager.GetConnectionStringBySettingKey ( string  key)

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.

Implemented in Cqrs.Configuration.ConfigurationManager.