Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceSearchFields 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
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "/searchfields", Method = "POST", RequestFormat = WebMessageFormat.Json, 
	ResponseFormat = WebMessageFormat.Json)]
Task<string[]> SearchFields(
	Target request
)
View Source

Parameters

request  Target
Table Name.

Return Value

TaskString
See Also