如何在 Castle Active Record Integration 中指定pluralizeTableNames?
我使用了 app.settings 中的一个部分来配置 AR,其中我指定了:
<activerecord pluralizeTableNames="true">
现在,我转而使用 ActiveRecordIntegration 工具和单独的 xml 文件。如何配置pluralizeTableNames?
I used a section in my app.settings to configure AR, in which I specified:
<activerecord pluralizeTableNames="true">
Now, I moved to using ActiveRecordIntegration facility and a separate xml file. How can I configure pluralizeTableNames ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将属性放入设施声明中即可:
Just put the attribute in the facility declaration: