How do I make a "NOT IN" expression using the NHibernate Criteria API?

I can use NHibernate API to IN statement with

new NHibernate.InExpression()

      

Is there a way to use the criteria API to get a NOT IN statement?

+1


source to share


1 answer


Use non-imagery around it.



+2


source







All Articles