I also tried running code:

query.Add(Restrictions.Eq("Notes", noteToFind);


I got an error: Notes expected type
Iesi.Collections.Generic.ISet`1[System.String], actual type
System.String.

Is there a restriction or a subquery that would search for an in-
memory string inside a collection property? Restrictions.In seems to
be doing the opposite thing as well and cannot be used for collection
properties.

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