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.0.5.0 (8.0.5.20210818)
Syntax public string BuildOrderByStatement(
KeyedList sortColumns
)
Public Function BuildOrderByStatement (
sortColumns As KeyedList
) As String
Parameters
- sortColumns
- Type: WorkflowGen.My.CollectionsKeyedList
A hashtable containing the column names as keys and sort orders as item
Return Value
Type:
StringThe
ORDER BY SQL statement
See Also