ArcObjects Library Reference (GeoDatabase)  

ITableSort.Ascending Property

Field sort order.

[Visual Basic .NET]
Public Sub set_Ascending ( _
    ByVal Field As String, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_Ascending (
    string Field,
    bool A_2
);
[C++]
HRESULT put_Ascending(
  BSTR Field,
  VARIANT_BOOL 
);
[C++]

Parameters

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

Product Availability

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

See Also

ITableSort Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)

.NET Related Topics

Sorting tables