I noticed that ArcGIS Pro SDK currently doesn't provide functionality to perform sorting of table. The only workaround is ORDER BY postfix clause but it works only for GDB. I need universal solution that can deal with different types of tables – FGDB, SDE, shapefiles.
In ArcObjects we have ITableSort interface that gives us ability to sort datasets. How can I sort tables at now with ArcGIS Pro SDK? Are you planning to add functionality similar to ITableSort?
Max Max,
We will be working on adding the ability to request a sorted rowCursor from a table in a future release of ArcGIS Pro. (similar to the functionality supported by ITableSort2)
Thanks,
Colin