parse.com - C# How to get count of objects where some field is "undefined"? -


i trying objects field "fblogged" false or undefined, query ignores objects "undefined" value, how fix it? have tried conditions like

whereequalto("fblogged",null); 

or

whereequalto("fblogged",""); 

and not works.

enter image description here


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -