NHibernate.QueryService
NHibernate.QueryService copied to clipboard
Investigation into an Nhibernate OData query only service
Results
2
NHibernate.QueryService issues
Sort by
recently updated
recently updated
newest added
If I feed a list of objects of type NHibernate.Linq.NhQueryable and use .Any on this object inside the nhibernate query it works fine but when I use an IList the...
We're trying to utilize your code to leverage inherited objects through a webservice. We are running into a number of problems. Our mapping setup is as follows ``` xml ```...