CleanUp 方法在哪里?

发布于 2024-08-15 20:32:04 字数 359 浏览 6 评论 0原文

直到 2009 年 11 月,我都可以很好地使用 Subsonic 3 和模板。现在我直接从 Git 获取源代码,但 ActiveRecord 模板不再正确生成。在 SQLite 的 ActiveRecord 模板的第 334 行中:

return from items in repo.GetAll() 
where items.<#=CleanUp(fk.OtherColumn)#> 
==  <#=CleanUp(fk.ThisColumn)#>

错误:名称“CleanUp”在当前上下文中不存在

但我在 Subsonic.Core 项目中找不到 CleanUp 方法。有人知道这件事吗?

I'm working fine with Subsonic 3 and the templates until november 2009. Now I'm geting the source directly from Git, but the ActiveRecord template doesn't generates correctly anymore. In the line 334 of the ActiveRecord template for SQLite:

return from items in repo.GetAll() 
where items.<#=CleanUp(fk.OtherColumn)#> 
==  <#=CleanUp(fk.ThisColumn)#>

Error: The name 'CleanUp' doesn't exist in the current context

But I can't find the CleanUp method in the Subsonic.Core project. Someone knows something about this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枫以 2024-08-22 20:32:04

我没有比 版本更多的补救措施该方法的到Settings.ttinclude。现在 Structs.tt 不会生成。

I have no more remedy than a version of the method to Settings.ttinclude. Now Structs.tt doesn't generates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文