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