In his post ({map/} 
http://ayende.com/Blog/archive/2009/06/03/nhibernate-mapping-ndash-ltmapgt.aspx)
Ayende demonstrated how to map attributes to an Dictionary<string,
string> .
But I cannot find any example of how to query this dictionary with
criteria, hql or nhibernateLinq.
How can I query this dictionary on a database not in memory.
I.e.
select * from [User] u
inner join [UserAttributesAreBoring] uab
   on uab.userId = u.id
where uab.AttributeValue = "180"

-- 
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