Hey guys,

I have a QueryOver where can have filters defined. This QueryOver is build
for a grid component and when I get it, I would like to be able to add a
restriction (separated by OR from the current filters).

I tried it:

var queryOver = GetQueryOver();

// it add a my condition, but separated but "AND" from the current
conditions.
queryOver.Where(...);

How can I separate it by "OR"?

Thank you.


-- 
______________________________________
Felipe B Oriani
felipeori...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nhusers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nhusers/CANHAVGen2Sbe6%2BvzZz-j2eLYrOKXDNHvW5tEjVd%3D3eQY58s3aQ%40mail.gmail.com.

Reply via email to