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: 2.4.0.0 (2.4.0.0)
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