Method GT
GT(string, BsonValue)
Tests that the value of the named element is greater than some value (see $gt).
public static IMongoQuery GT(string name, BsonValue value)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that the value of the named element is greater than some value (see $gt).
public static IMongoQuery GT(string name, BsonValue value)
An IMongoQuery.