Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseGetValueTypes Method

Gets the data source value types, i.e., any type that has implemented IDataSourceValueType, that have been loaded into the application domain.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public virtual IEnumerable<DataSourceValueType> GetValueTypes()
View Source

Return Value

IEnumerableDataSourceValueType
See Also