Using nHibernate is it possible to mix a QueryOver result with a linq query?

You can still resort to a linq query which uses the executed results of you first query to var res = GetResults(session, group_id, search_criteria). Select(x => x. GroupId).List(); var linqResults = (from vg in session.Query() where vg.vId.

IsIn(res) select vg).

You can still resort to a linq query which uses the executed results of you first query to. Var res = GetResults(session, group_id, search_criteria). Select(x => x.

GroupId).List(); var linqResults = (from vg in session.Query() where vg.vId. IsIn(res) select vg).

Thank you, that was exactly what I was looking for. This of course assumes that res has less than 2100 items. But ok for my purposes – Noah Aug 18 at 16:37.

Var res = GetResults(session, group_id, search_criteria). Select(x => x. Var linqResults = (from vg in session.

Join rs in res on vg. VId equals res.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions