Thanks, I tried Ayendee's approach, but I need to store several localizable 
properties per entity and using subquery per property seems to be a 
performance bottleneck.
I would like to do Linq queries on localizable properties, and hope to get 
generated SQL similiar to 

SELECT .. FROM People P INNER JOIN Employees E ON P.Id = E.Person
WHERE (E.CultureCode = 'en') ...

Could you please explain why Filter is not working with LINQ query in my 
case?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to