I use schemas heavily in my Database Design. When I get table list in templates they show all tables in my database. Is there any way I can filter this list according to my schemas. For example lets say that I use four schemas in my database design.
Common
Module1
Lookup_Common
Lookup_Module1
I would like to see for example only tables which belongs to Module1 in ListBox.
