Click or drag to resize

DataEnumerationQueryOrderBy 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 DataEnumerationQuery 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

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