Table of Contents

Class UpdateAndGet<T>

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

Update and retrieve the first document that was updated.

TIP: Specify a filter first with the .Match(). Then set property values with .Modify() and finally call .Execute() to run the command.

public class UpdateAndGet<T> : UpdateAndGet<T, T> where T : IEntity

Type Parameters

T

Any class that implements IEntity

Inheritance
UpdateAndGet<T>
Inherited Members