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