Provides access to members that return and modify information to sort a table.
Members
Name | Description | |
---|---|---|
Ascending | Field sort order. | |
CaseSensitive | Character fields case sensitive. Default: False. | |
Compare | Compare call back interface. Specify Null (default) for normal behavior. | |
Cursor | The cursor of the data to sort on. Ensure that sorting fields are available. Cancels SelectionSet. | |
Fields | Comma list of field names to sort on. | |
IDByIndex | A id by its index value. | |
IDs | List of sorted IDs. | |
QueryFilter | The query filter on table or selection set. | |
Rows | Cursor of sorted rows. | |
SelectionSet | The selection set as a source of the data to sort on. Cancels Cursor. | |
SelectionSet | The selection set as a source of the data to sort on. Cancels Cursor. | |
Sort | Sort rows. | |
SortByCodedValueDescription | Field sort order by coded value description. | |
SortCharacters | Number of characters to sort on, for string fields. A null (default) sorts on the whole string. | |
Table | The table as a source of the data to sort on. | |
Table | The table as a source of the data to sort on. | |
UseNaturalSort | Field sort order using natural sort (sort numbers in text as numbers). |
ITableSort3.UseNaturalSort Property
Field sort order using natural sort (sort numbers in text as numbers).
Public WriteOnly Property UseNaturalSort
public void UseNaturalSort {set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ITableSort2 | Provides access to members that return and modify information to sort a table. |
ITableSort | Provides access to members that return and modify information to sort a table. |
Classes that implement ITableSort3
Classes | Description |
---|