Hello,
I wonder if it is possible to get the database schema from the generated classes in the DAL.
Best,
Hi there,
Please be more specific. What do you mean by "get the database schema"? (just schema name?), and Why would you want such thing?
i have the generated DAL c# code:CollectionClasses,EntityClasses,RelationClasses.......
is there any way to recreate the db tables from the corresponding EntityClasses and their associations from the RelationClasses.
for scientific reason.
You can right-click on the Relation Model and then "Generate Database schema create script".