Table of Contents

Method SizeLessThan

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

SizeLessThan(string, int)

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

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