Click or drag to resize

AdapterBase.Settings Property

Gets settings Dictionary<TKey, TValue> parsed when ConnectionString was assigned.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.239-beta
Syntax
public Dictionary<string, string> Settings { get; }
View Source

Property Value

Dictionary<String, String>

Implements

IAdapter.Settings
See Also