How to quote Fieldnames in Fluent NHibernate 1.1

After upgrading from Fluent NHibernate 1.0 RTM to 1.1 I got some strange errors when creating the database. After some investigation I discovered that FNH 1.0 quoted all field names in the generated mapping files like 'user', but FNH 1.1 did not. This results in errors for the generated sql script when I use restriced keywords for properties.

Is it somehow possible to reactivate this feature of FNH 1.0 or enable quoting otherwise?


你是在谈论生成并发送到sql server的代码或它生成的psedo映射文件吗?

链接地址: http://www.djcxy.com/p/39454.html

上一篇: 流利的NHibernate和XML专栏

下一篇: 如何在Fluent NHibernate 1.1中引用Fieldnames