Table of Contents

Method SizeGreaterThanOrEqual

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

SizeGreaterThanOrEqual(string, int)

Tests that the size of the named array is greater than or equal to some value.

public static IMongoQuery SizeGreaterThanOrEqual(string name, int size)

Parameters

name string

The name of the element to test.

size int

The size to compare to.

Returns

IMongoQuery

An IMongoQuery.