why doesnt' nhibernate support this "exists in list" syntax ??
- by ooo
i have the following query and its failing in Nhibernate 3 LINQ witha a "Non supported" exception. Its similar to this question but this question was asked over a year ago so i am positive that the answer is out of date.
My DB tables are:
VacationRequest (id, personId)
VacationRequestDate (id, vacationRequestId)
Person (id, FirstName, LastName)…