开发者

How to set the DataContext class name with DbMetal?

DbLinq's DbMetal generates a Main class which inherits DataContext. I don开发者_JAVA技巧't want it to be Main. How to change that?


DbMetal will always generate a class called Main by default. However, you can use the --database option when generating the .dbml.

Oops: found this here in SO: Why does DbMetal Generate Table Attribute with "main"?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜