Click or drag to resize
Grid Solutions Framework

LocalOutputAdapter.DataSource Property

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

Namespace: HistorianAdapters
Assembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.241-beta
Syntax
public override DataSet DataSource { get; set; }
View Source

Property Value

DataSet

Implements

IAdapter.DataSource
IAdapter.DataSource
See Also