How to Determine the Number of Indexes for an Entity Using MX Module Reflection?

0
Hello Mendix Community,   I am looking for guidance on how to find the number of indexes associated with a specific entity using the MX module's reflection capabilities.    If anyone has experience with this or can point me in the right direction, I would greatly appreciate your help!   Thank you!
asked
1 answers
0

Hi Sai,

 

Please refer the document in detail about Indexes

With using MxModule Reflection we can only know Entity Details as Name, Inherits from, Persistence, Attributes (Count, Member name, Type), Reference details only.

 

I asked same question to MAIA

image.png

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered