Method BitsAllClear
BitsAllClear(Expression<Func<TDocument, object>>, long)
Tests that the value of the named element has all of the specified bits clear.
public static IMongoQuery BitsAllClear(Expression<Func<TDocument, object>> memberExpression, long bitmask)
Parameters
memberExpression
Expression<Func<TDocument, object>>The member expression.
bitmask
longThe bitmask.
Returns
- IMongoQuery
An IMongoQuery.