所以我找到了一个关于如何为我的数据库生成类的教程。我为 windows 安装了 Mono,我得到了 DbLinq 和 Npgsql,但我在理解如何生成类时遇到了一点问题。
该教程说我应该在单声道中使用它
mono DbMetal.exe /conn:"server=localhost;user id=user;\
password=password; database=db" /provider=PostgreSQL \
/code:db.cs /pluralize
如果我将其写入 Mono,我会收到此消息
Reading schema from DBML file '\'
DbMetal : Access to the Path '\' is denied
应该有什么路径?教程没有具体说明。
这是教程:http ://romain.blogreen.org/blog/2009/07/linq-postgresql-and-mono/
我应该怎么做才能解决这个问题?
提前致谢!