AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

Entity Framework: Add support for InsertOnSubmit and other similar methods. #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be really cool to support InsertOnSubmit by wrapping AddOjbect. Here 
is a template as well as other documentation on this and other scenarios:

http://blogs.msdn.com/b/efdesign/archive/2009/08/13/linq-to-sql-to-entity-framew
ork-conversion-template.aspx
http://msdn.microsoft.com/en-us/library/ex6y04yf(VS.100).aspx
http://stackoverflow.com/questions/2975477/migrating-from-linq-to-sql-to-entity-
framework-4-0-tips-documentation-etc

Original issue reported on code.google.com by bniemyjski on 15 Aug 2011 at 3:55