Click or drag to resize
Grid Solutions Framework

AlarmAdapterDataSource Property

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

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

Property Value

DataSet

Implements

IAdapterDataSource
See Also