jonpryor / dblinq2007

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

No way to set name of DataContext class? #253

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looking through all the switches on
http://code.google.com/p/dblinq2007/wiki/DbMetal, I don't see any
equivalent of SqlMetal's  "/context" switch, which lets you set the name of
the DataContext class. It always defaults to "main".

Is this something that can be corrected? (If nothing else, could you make
"main" PascalCase so it looks like a proper .NET class name?)

Thanks.

Original issue reported on code.google.com by danspama...@gmail.com on 13 May 2010 at 11:23

GoogleCodeExporter commented 9 years ago
confirm problem for this issue.Sqlite can store only 1 database per file, and 
it's always called "Main". Not convenient if i want to generate code in one 
project from 2,3,4 .. databases.

Original comment by istillfi...@gmail.com on 15 Jun 2010 at 4:00