问题
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