Hello,
even if I am quite used now to formulating query with the C# driver, I am still fighting with expressing this one :
{fileGUID : {$not :{$elemMatch : {counter : {$ne : 0}}}}}
Basically, it means that I am looking for entries whose subdocuments in fileGUID have all their counter field to zero.
I tried to use the QueryNot class but does not understand how to use it :-(
Any pointer ?
Thanks by advance !
Grégoire