Click or drag to resize

Query.Not Method

Tests that the inverse of the query is true (see $not).

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public static IMongoQuery Not(
	IMongoQuery query
)

Parameters

query
Type: MongoDB.Driver.IMongoQuery
The query.

Return Value

Type: IMongoQuery
An IMongoQuery.
See Also