Defines an option to control the sorting of objects.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax Public Enumeration SortKind
Members
| Member name | Value | Description |
---|
| SO_NONE | -1 |
No sorting.
|
| SO_INTERNALNAME | -2 |
Sort ascending on the Name property value.
|
| SO_DISPLAYNAME | -3 |
Sort ascending on the DisplayName property value.
|
| SO_DESC_INTERNALNAME | -4 |
Sort descending on the Name property value.
|
| SO_DESC_DISPLAYNAME | -5 |
Sort descending on the DisplayName property value.
|
| SO_DESCENDING | 1073741824 |
Sort descending on indexed column.
|
Remarks
This enumeration overrides AMTABLESORTING defined in BlueCieloECM.AMOm PIA.
See Also