Click or drag to resize

IndependentOutputAdapterManagerBaseDataSource 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.181-beta
Syntax
public override DataSet DataSource { get; set; }
View Source

Property Value

DataSet

Implements

IAdapterDataSource
IAdapterDataSource
See Also