Method NotExists
NotExists(string)
Tests that an element of that name does not exist (see $exists).
public static IMongoQuery NotExists(string name)
Parameters
name
stringThe name of the element to test.
Returns
- IMongoQuery
An IMongoQuery.
Tests that an element of that name does not exist (see $exists).
public static IMongoQuery NotExists(string name)
name
stringThe name of the element to test.
An IMongoQuery.