1
General Board / Re: convert data model to class diagrams?
« on: May 12, 2004, 05:23:20 pm »
Would there be a way to automate this process, by setting up a map between sql types and c# types. I could then iterate through all tables and automatically remove their stereotypes and modify the attribute types. I have nearly 100 tables and almost 750 attributes total. This would take a long time. Plus, with the naming convention I use I could use the script to mask out tables that don't map directly to domain objects. The rest I could add as needed.