Click or drag to resize
Grid Solutions Framework

GrafanaDataServiceSearchFields 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

TaskString

Implements

IGrafanaDataServiceSearchFields(Target)
See Also