DataAccessBuildOrderByStatement Method |
Build an ORDER BY SQL statement from a list of columns and sort orders
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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