ITableSort2 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.

ITableSort2.SortByCodedValueDescription Property

Field sort order by coded value description.

Public Sub set_SortByCodedValueDescription ( _
    ByVal Field As String, _
    ByVal A_2 As Boolean _
)
public void set_SortByCodedValueDescription (
    string Field,
    bool A_2
);

Inherited Interfaces

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

Classes that implement ITableSort2

Classes Description
TableSort Esri Table Sort object.

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