I need to give to a Criteria a list of string receive another one, the sql that makes this is:
select loginName from SimpleUsers
where loginName in ('admin', 'oscar', 'stig')
but I need it in NHinbernate criteria, can anyone please help me with this ?