You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I got a GenericADOException when enabling a filter in the session with SetParameterList("FilterA", HashSet<Guid>).
When I query the session with a hql statement I got the GenericADOException and the
inner exception said "System.Collections.Generic.HashSet``1[System.Guid]" cannot convert to type "System.String".
The reason seems to be that HashSet<T> doesn't implement the ICollection interface.