This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort Interface > ITableSort.SortCharacters Property (ArcObjects .NET 10.5 SDK) |
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