Click or drag to resize

DataSourceEnumerationQuery.OrderBy Method

Set query sorting. For chaining purpose.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataSourceEnumerationQuery OrderBy(
	string name,
	bool asc = true
)

Parameters

name  String
Specifies the field name to be order by
asc  Boolean  (Optional)
Specifies order directions is ascending or descending.

Return Value

DataSourceEnumerationQuery
The current instance of the DataSourceEnumerationQuery type with its Order data
See Also