CleanUp 方法在哪里?
直到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有比 版本更多的补救措施该方法的到Settings.ttinclude。现在 Structs.tt 不会生成。
I have no more remedy than a version of the method to Settings.ttinclude. Now Structs.tt doesn't generates.