Display name instead of alt_name in Database Schema Tree
In the ASP.NET edition, I have alt_name values in my metadata xml for my table names. Can I configure the tree to display the table name instead of the alt_name or does it always display the alt_name value when it exists? Something like the UseAltNames for the PlainTextSQLBuilder, but for the tree.
The reason for this is that some 'power users' may want to have the tree display the actual names, so I'd like to be able to toggle it at runtime.