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