Table of Contents

Method PopFirst

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

PopFirst(string)

Removes the first value from the named array element (see $pop).

public UpdateBuilder PopFirst(string name)

Parameters

name string

The name of the array element.

Returns

UpdateBuilder

The builder (so method calls can be chained).