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

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -