DataSourceEnumerationQueryOrderBy 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 DataSourceEnumerationQuery 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:
DataSourceEnumerationQueryThe current instance of the DataSourceEnumerationQuery type with its Order data
See Also