| BulkWriteRequestBuilderTDocumentUpsert Method  | 
 
            Specifies that the request being built should be an upsert.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic BulkUpdateRequestBuilder<TDocument> Upsert()
Public Function Upsert As BulkUpdateRequestBuilder(Of TDocument)
member Upsert : unit -> BulkUpdateRequestBuilder<'TDocument> 
Return Value
Type: 
BulkUpdateRequestBuilderTDocumentA bulk update request builder.
 See Also
See Also