Data Source 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 DataSourceEnumerationQuery type with its Order data
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public 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