Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseMetadata Property

Gets or sets DataSetAdapter used to hold DataSet based metadata source available to this GrafanaDataSourceBase implementation.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public virtual DataSetAdapter Metadata { get; set; }
View Source

Property Value

DataSetAdapter
Remarks

Class is used to augment meta-data for the target data source, on demand, so that the augmentation process only occurs when a data source type is first used.

Note that the DataSetAdapter is implicitly convertible from a DataSet so that derived classes can assign a DataSet source directly as needed.

See Also