Click or drag to resize
Grid Solutions Framework

DataSetAdapterGetAugmentedDataSetT Method

Gets the Grafana data source metadata, augmented as needed for the target data source value type T.

Namespace: GrafanaAdapters.Metadata
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public DataSet GetAugmentedDataSet<T>()
where T : struct, new(), IDataSourceValueType<T>
View Source

Type Parameters

T
Data source value type for metadata augmentation.

Return Value

DataSet
Grafana data source metadata, augmented as needed for the target data source value type T.
See Also