Click or drag to resize

AdapterBaseDataSource Property

Gets or sets DataSet based data source available to this AdapterBase.

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

Property Value

DataSet

Implements

IAdapterDataSource
See Also