Click or drag to resize
UpdateDefinitionBuilderTDocumentPopLast Method (FieldDefinitionTDocument)
Creates a pop operator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public UpdateDefinition<TDocument> PopLast(
	FieldDefinition<TDocument> field
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.

Return Value

Type: UpdateDefinitionTDocument
A pop operator.
See Also