Table of Contents

Enum EMode

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public enum EMode

Fields

First = 3

Not thread safe. Will first find an Id and then update it. Changes could happen in between.

FirstOrDefault = 2

Atomic operation that is safe over several instances.

Single = 1

Not thread safe. Will first find an Id and then update it. Changes could happen in between.

SingleOrDefault = 0

Not thread safe. Will first find an Id and then update it. Changes could happen in between.