Click or drag to resize
Grid Solutions Framework

DataSourceValueLookupMetadata Method

Looks up metadata record for the specified target.

Namespace: GrafanaAdapters.DataSources.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public 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.

Implements

IDataSourceValueLookupMetadata(DataSet, String, String)
Remarks
Implementations should cache metadata lookups for performance.
See Also