ITableSort3 Interface

Provides access to members that return and modify information to sort a table.

Members

Name Description
Write-only property Ascending Field sort order.
Write-only property CaseSensitive Character fields case sensitive. Default: False.
Write-only property Compare Compare call back interface. Specify Null (default) for normal behavior.
Write-only property Cursor The cursor of the data to sort on. Ensure that sorting fields are available. Cancels SelectionSet.
Write-only property Fields Comma list of field names to sort on.
Read-only property IDByIndex A id by its index value.
Read-only property IDs List of sorted IDs.
Read/write property QueryFilter The query filter on table or selection set.
Read-only property Rows Cursor of sorted rows.
Write-only property SelectionSet The selection set as a source of the data to sort on. Cancels Cursor.
Read-only property SelectionSet The selection set as a source of the data to sort on. Cancels Cursor.
Method Sort Sort rows.
Write-only property SortByCodedValueDescription Field sort order by coded value description.
Write-only property SortCharacters Number of characters to sort on, for string fields. A null (default) sorts on the whole string.
Write-only property Table The table as a source of the data to sort on.
Read-only property Table The table as a source of the data to sort on.
Write-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.