Table of Contents

Method Insert

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

Insert(TDocument)

Adds an insert request for the specified document to the bulk operation.

public void Insert(TDocument document)

Parameters

document TDocument

The document.