Is there a way for each column in a grid to determine which table or entity they belongs to using llblgen DAL? I have an updatable view made up from many tables and would like to know the base table of each column. I want to know it programatically as I want to come up with generic code to populate grid and then determine the base tables for each column.
I know that I can use View Information schema but I want to find out through llblgen DAL?
Any help will be appreciated