Table of Contents

Method BitsAnyClear

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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

name string

The name.

bitmask long

The bitmask.

Returns

IMongoQuery

An IMongoQuery.