After I drag the db table into dbml and then run the website,
I discover that dropdownboxes are generated automatically at the top of the page.
It seems the dropdownboxes depend on the child table.
The data in the dropdownbox is the first column other than the primary key.
In my case (I have 4 tables: campaign, user, path, marketer):
Campaign depends on user and marketer.
User depends on marketer.
Paths depends on Campaign.
Marketer doesn't depend on any table.

I want to change the data in the dropdownlist so that the dropdownlist in the path page has data of the column campaign_name_EN instead of Campaign_identifier.
How can I do it?
Thanks a lot!!