DataSourceApiQueryOrderBy Method
|
Set query sorting. For chaining purpose.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataSourceApiQuery OrderBy(
string name,
bool asc = true
)
Parameters
- name String
- The field name.
- asc Boolean (Optional)
- Ascending or Descending.
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.
See Also