Hi!
I'm looking for an NHibernate criterion which does not add a restriction to a criteria. The reason for this is that I have a method which converts some input parameters into a criterion which is added to a criteria. There is a constellation of the input parameters where no restriction needs to by applied. Therefore I want to return some kind of dummy criterion.
Is there something like that in NHibernate?
Best Regards,
Oliver Hanappi