I've got this example code...
Result = session.QueryOver<Lfee_Exc>().WhereRestrictionOn(x => x.FirstName)
.IsIn(ListOfFirstNames).List();
Is there any way to make this case insenstive or upper case x.ArNumber for my case sensitive Oracle server?