Click or drag to resize
Grid Solutions Framework

GrafanaDataService.SearchFields Method

Search data source for a list of columns from a specific table.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public Task<string[]> SearchFields(
	Target request
)
View Source

Parameters

request  Target
Table Name.

Return Value

Task<String[]>

Implements

IGrafanaDataService.SearchFields(Target)
See Also