ConfigurationManagerConnections - свойство
Строки подключения для приложения, доступные по умолчанию.
В качестве ключа выступает имя строки подключения,
а в качестве значения - сама строка.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static ConcurrentDictionary<string, ConfigurationConnection> Connections { get; }
Public Shared ReadOnly Property Connections As ConcurrentDictionary(Of String, ConfigurationConnection)
Get
public:
static property ConcurrentDictionary<String^, ConfigurationConnection^>^ Connections {
ConcurrentDictionary<String^, ConfigurationConnection^>^ get ();
}
static member Connections : ConcurrentDictionary<string, ConfigurationConnection> with get
Значение свойства
ConcurrentDictionaryString,
ConfigurationConnection