gpt4 book ai didi

nhibernate - CaSTLe ActiveRecord 表名称冲突

转载 作者:行者123 更新时间:2023-12-01 13:06:31 25 4
gpt4 key购买 nike

当您在 NHibernate 中遇到像“User”这样的保留字时,您只需在有问题的文本周围加上单引号,nHibernate 就会用方括号将文本括起来以供查询。我的问题是如何使用 CaSTLe.ActiveRecord 做同样的事情?

最佳答案

实际上,表达这一点的可移植方式是使用反引号,例如:

[ActiveRecord("`User`")]
class User {}

来自NHibernate Column class :

If a value is passed in that is wrapped by ` then NHibernate will Quote the column whenever SQL is generated for it. How the column is quoted depends on the Dialect.

关于nhibernate - CaSTLe ActiveRecord 表名称冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2752072/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com