I am trying to query against an IList property on one of my domain classes using NHibernate. Here is a simple example to demonstrate:
public cl
HQL:
from Demo d where :val in elements(d.Tags)