Click or drag to resize

AdapterBaseSettings Property

Gets settings DictionaryTKey, TValue parsed when ConnectionString was assigned.

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

Property Value

DictionaryString, String

Implements

IAdapterSettings
See Also