Subsonic 3 ActiveRecord Test Feature Doesn't Support Linq?

淺唱寂寞╮ 提交于 2019-12-12 23:37:20

问题


According to this blog post, the ActiveRecord Test features in Subsonic 3 don't support linq. If this is true, it would seem to really constrain the usefulness of the Test features. Is there a workaround, or am I just misreading what was said?


回答1:


I think you may be misreading as you can use LINQ with the ActiveRecord test Repository. Basically all SS does is mock up a repo with in memory List<> objects.




回答2:


It looks like development and interest in SubSonic has dropped a lot with usable EF versions and NoSQL databases. I think this question is moot.



来源:https://stackoverflow.com/questions/1236977/subsonic-3-activerecord-test-feature-doesnt-support-linq

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!