Data Enumeration QueryOrder By Method
Set query sorting. For chaining purpose.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The current instance of the DataEnumerationQuery type with its Order data
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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
DataEnumerationQueryThe current instance of the DataEnumerationQuery type with its Order data