With OpennetCf.ORM I can define entities and their relationships in C# classes, is there a way to create these entities and relationships using a more visual modeller, perhaps one which can also map existing Microsoft SQL tables?
Asked
Active
Viewed 199 times
2
-
There is a command line utility to generate mappings form an existing db – ErikEJ Apr 11 '12 at 10:58
-
@ErikEJ any idea where I can get it? Tried doing a google search but had no luck... – meds Apr 11 '12 at 23:35
1 Answers
1
Use the EntityGenerator tool that is part of the release: http://orm.codeplex.com/releases/view/82434

ErikEJ
- 40,951
- 5
- 75
- 115