Table of Contents

Property IsUpsert

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

IsUpsert

Gets or sets a value indicating whether to insert the document if it doesn't already exist.

public bool IsUpsert { get; set; }

Property Value

bool