Table of Contents

Method NotExists

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

NotExists(string)

Tests that an element of that name does not exist (see $exists).

public static IMongoQuery NotExists(string name)

Parameters

name string

The name of the element to test.

Returns

IMongoQuery

An IMongoQuery.