Table of Contents

Method GTE

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

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

name string

The name of the element to test.

value BsonValue

The value to compare to.

Returns

IMongoQuery

An IMongoQuery.