Click or drag to resize

OutputAdapterBaseDataSource Property

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

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