Вопрос

DbLinq's DbMetal generates a Main class which inherits DataContext. I don'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"?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top