I am using nHibernate Criteria and I'm stuck on something that seems like it should be really simple. in SQL it would be:
WHERE startPos + length > 17
(startPos and length are two columns on the table). Can anyone help me achieve this with nHibernate