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