Click or drag to resize

IndependentOutputAdapterManagerBase.DataSource Property

Gets or sets DataSet based data source used to load each IAdapter. Updates to this property will cascade to all adapters in this IndependentOutputAdapterManagerBase.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.230-beta
Syntax
public override DataSet DataSource { get; set; }
View Source

Property Value

DataSet

Implements

IAdapter.DataSource
IAdapter.DataSource
See Also