Create model from EF connection
Options
Hi guys,
Is it possible to create a model from a FE connection. It's so annoying to have all the information in the tree to the left but you still need to reenter it eg. if I have a table/view with 200 columns, and I can expand the table/view in linqpad and I see the names and .net-datatypes, I would like to... kind of right-click the node and choose Generate model. But this might already exists some where in this awesome product?
Comments
-
To help others, one way is to use ILSpy and copy the model generated in there, and then neat it up a little .. works like charm.. I got the tip from stackoverflow :-)