DataSourceEnumerationQuery.OrderBy Method
|
Set query sorting. For chaining purpose.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic 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
DataSourceEnumerationQueryThe current instance of the DataSourceEnumerationQuery type with its Order data
See Also