Table of Contents

Method SizeLessThanOrEqual

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

SizeLessThanOrEqual(string, int)

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

public static IMongoQuery SizeLessThanOrEqual(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.