Click or drag to resize
Grid Solutions Framework

IDataSourceValueLookupMetadata Method

Looks up metadata record for the specified target.

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
DataRow LookupMetadata(
	DataSet metadata,
	string tableName,
	string target
)
View Source

Parameters

metadata  DataSet
Metadata data set.
tableName  String
Table name to search.
target  String
Target to lookup.

Return Value

DataRow
Filtered metadata row for the specified target.
Remarks
Implementations should cache metadata lookups for performance.
See Also