Method BitsAnyClear
BitsAnyClear(string, long)
Tests that the value of the named element has any of the specified bits clear.
public static IMongoQuery BitsAnyClear(string name, long bitmask)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that the value of the named element has any of the specified bits clear.
public static IMongoQuery BitsAnyClear(string name, long bitmask)
An IMongoQuery.