Table of Contents

Method LT

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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

name string

The name of the element to test.

value BsonValue

The value to compare to.

Returns

IMongoQuery

An IMongoQuery.