ArcObjects Library Reference (GeoDatabase)  

IIndexEdit.IsAscending Property

Indicates if the index is to be ascending.

[Visual Basic .NET]
Public WriteOnly Property IsAscending_2
[C#]
public void IsAscending_2 {set;}
[C++]
HRESULT put_IsAscending(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

Whether you can add an index that is ascending is dependent on the DBMS.

See Also

IIndexEdit Interface