If I have query like

Query.All<T>().Where(e=>e.Field!="asd").ToArray()

It will not include NULL values. In SQL this is expected, but in .Net is not.

asked Dec 04 '14 at 04:43

pil0t's gravatar image

pil0t
207575763

edited Dec 04 '14 at 04:44

Have not tested this myself but what happens when you do?

Query.All<t>().Where(e=>e.Field!="asd" || e.Field == null).ToArray()

(Dec 11 '14 at 01:02) Paul Sinnema Paul%20Sinnema's gravatar image

One Answer:

Hi pil0t

I've already registered a task for this issue.

answered Dec 11 '14 at 02:20

Alexey%20Kulakov's gravatar image

Alexey Kulakov
77225

Hi! Do you have any progress by this problem?

(Mar 12 '15 at 08:47) k_v_kuznetsov k_v_kuznetsov's gravatar image
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

powered by OSQA