This document is archived and information here might be outdated.  Recommended version.


ITableSort.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITableSort.Fields Property

Comma list of field names to sort on.

[Visual Basic .NET]
Public WriteOnly Property Fields
[C#]
public void Fields {set;}
[C++]
HRESULT put_Fields(
  BSTR 
);
[C++]

Parameters [in] is a parameter of type BSTR

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