Table of Contents

Method SizeGreaterThan

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

SizeGreaterThan(string, int)

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

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