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.
Hello,
Call the queryBuilder.MetadataStructure.UnloadChildItems() method after changing the UseAltNames property to reload the tree.