Reputation: 431
I have been using the ActiveRecord library for many years. Recently I started a new project and I'm including the AR 2.0 release in this project. I saw that it shipped with the Linq to Nhibernate library. Are there any good examples of how to use Linq to Nhibernate with the Active Record library?
Upvotes: 0
Views: 812
Reputation: 11483
LINQ-to-NHibernate is not very different while using in Castle Active Record. So refer to NHibernate's source on SourceForge and then find unit tests related to NHibernate-to-LINQ.
Upvotes: 0
Reputation: 99730
Not the best examples I reckon, but you could take a look at the tests.
Upvotes: 1