Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceSearchOrderBys Method

Search data source for a list of columns from a specific table to use for ORDER BY expression.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "/searchorderbys", Method = "POST", 
	RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
Task<string[]> SearchOrderBys(
	Target request
)
View Source

Parameters

request  Target
Table Name.

Return Value

TaskString
See Also