SortOrder Enumeration
Displays how items in a list are sorted.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Ascending | The items are sorted in ascending order. | |
| Descending | The items are sorted in descending order. | |
| NotSpecified | The sorting of items are not specified. |
Show: