View total number of entities within a Mendix Project

0
Hi How would one easily check the number of Entities contained within my Mendix Project?
asked
1 answers
1

If you have the MxModelReflection module in your project it would be easy. Synchronize your model and then you can count the objects in your database. I don't know which entity this module uses to store the entities in your model.

answered