Click or drag to resize

DataAccessBuildOrderByStatement Method

Build an ORDER BY SQL statement from a list of columns and sort orders

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public string BuildOrderByStatement(
	KeyedList sortColumns
)

Parameters

sortColumns
Type: WorkflowGen.My.CollectionsKeyedList
A hashtable containing the column names as keys and sort orders as item

Return Value

Type: String
The ORDER BY SQL statement
See Also