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