Add OR condition on a existent QueryOver

13 views
Skip to first unread message

Felipe Oriani

unread,
Aug 22, 2019, 3:54:19 PM8/22/19
to nhu...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages