DataEnumerationQueryOrderBy Method
|
Set query sorting. For chaining purpose.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public DataEnumerationQuery OrderBy(
string name,
bool asc = true
)
Parameters
- name
- Type: SystemString
Specifies the field name to be order by - asc (Optional)
- Type: SystemBoolean
Specifies order directions is ascending or descending.
Return Value
Type:
DataEnumerationQueryThe current instance of the DataEnumerationQuery type with its Order data
See Also