From: NHibernate J. <mik...@us...> - 2007-03-05 10:02:35
|
Expression.In does not support Generic lists -------------------------------------------- Key: NH-933 URL: http://jira.nhibernate.org/browse/NH-933 Project: NHibernate Type: Bug Components: Core =20 Versions: 1.2.0.CR1 =20 Reporter: Taavi K=C3=B5osaar Priority: Trivial Expression.In takes only ICollection, but since generic lists come from ICo= llection<T>, not from ICollection, it is not possible to put in generic lis= ts.=20 Perhaps a quick solution is to use IEnumerable as input type (IList<T> impl= ements this inetrface, and so do most of the collection/array/List types)? I did not find this to be reported anywhere. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |