BulkWriteRequestBuilderTDocumentUpsert Method |
Specifies that the request being built should be an upsert.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public 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