ArcObjects Library Reference (GeoDatabase)  

ITableSort.SortCharacters Property

Number of characters to sort on, for string fields. A null (default) sorts on the whole string.

[Visual Basic .NET]
Public Sub set_SortCharacters ( _
    ByVal Field As String, _
    ByVal A_2 As Integer _
)
[C#]
public void set_SortCharacters (
    string Field,
    int A_2
);
[C++]
HRESULT put_SortCharacters(
  BSTR Field,
  long 
);
[C++]

Parameters

Field [in]   Field is a parameter of type BSTR [in]    is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableSort Interface