Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9e1022

Browse files
committedMar 31, 2025·
let links
1 parent 7cb6502 commit c9e1022

File tree

1 file changed

+7
-4
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+7
-4
lines changed
 

‎source/fundamentals/crud/write-operations/bulk.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@ following methods:
272272
* - ``SetLet()``
273273
- | Specifies a document with a list of values to improve operation readability. Values
274274
must be constant or closed expressions that don't reference document fields. For more
275-
information, see the :manual:`let statement
276-
</reference/command/delete/#std-label-delete-let-syntax>` in the {+mdb-server+} manual.
275+
information, see the ``let`` field for the :manual:`delete
276+
</reference/command/delete/#std-label-delete-let-syntax>` and :manual:`update
277+
</reference/command/update/#std-label-update-let-syntax>` commands in the {+mdb-server+} manual.
277278
| Default: ``nil``
278279

279280
* - ``SetOrdered()``
@@ -626,8 +627,10 @@ following methods:
626627
* - ``SetLet()``
627628
- | Specifies a document with a list of values to improve operation readability. Values
628629
must be constant or closed expressions that don't reference document fields. For more
629-
information, see the :manual:`let statement
630-
</reference/command/delete/#std-label-delete-let-syntax>` in the {+mdb-server+} manual.
630+
information, see the ``let`` field for the :manual:`delete
631+
</reference/command/delete/#std-label-delete-let-syntax>` and :manual:`update
632+
</reference/command/update/#std-label-update-let-syntax>` commands in the {+mdb-server+}
633+
manual.
631634
| Default: ``nil``
632635

633636
* - ``SetWriteConcern()``

0 commit comments

Comments
 (0)
Please sign in to comment.