Author Topic: Where is the sort order (Ascending / Descending) of the fields of a table index  (Read 2613 times)

ThierryL

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Hello,

I am looking for where the sort order (Ascending / Descending) of the fields of a table index is stored.

I thought of this: class/table => method (indexname) => parameter => taggedvalues ​​but the parameter's tagged-values ​​collection is empty.

Thanks for your help.

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1356
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Hi Thierry,

If you're after the drop down choice between Ascending and Descending [Order] for a column within a table index, the information is managed in EA DB t_operationparams.Const -> 0 or 1 (respectively for Ascending and Descending)

Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com