Click or drag to resize
Grid Solutions Framework

LocalOutputAdapterDataSource Property

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

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

Property Value

DataSet

Implements

IAdapterDataSource
IAdapterDataSource
See Also