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