This is an attempt to make DbMetal generate compilable VB.NET. I also changed the initial Console messages so that DbMetal says it is making VB.NET code when it is, as opposed to always saying it's generating C#. I used VS 2010 Beta 2 to make my changes, and I used existing code as a guide. I mostly changed VisualBasicCodeDomGenerator.cs, overriding GenerateContextClass and GenerateTableClass. I left the versioning code alone. I hope I didn't do too much violence to the code structure.
Sincerely, Ross Albertson -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
Processor.cs
Description: Binary data
VisualBasicCodeDomGenerator.cs
Description: Binary data
