I have the following sql :
Select * from table where (Field1=1 and Field2=1) or (Field3=1)
How do i create the selection using NHibernate ICriteria Regards Keld
I have the following sql :
Select * from table where (Field1=1 and Field2=1) or (Field3=1)
How do i create the selection using NHibernate ICriteria Regards Keld
Use Restrictions.Or and Restrictions.And