We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b0bed commit 7cb6502Copy full SHA for 7cb6502
source/fundamentals/crud/write-operations/bulk.txt
@@ -624,9 +624,11 @@ following methods:
624
| Default: ``nil``
625
626
* - ``SetLet()``
627
- - | Specifies parameters for update and delete operations, which improves command
628
- readability by separating the variables from the query text.
629
- | Default: none
+ - | Specifies a document with a list of values to improve operation readability. Values
+ must be constant or closed expressions that don't reference document fields. For more
+ information, see the :manual:`let statement
630
+ </reference/command/delete/#std-label-delete-let-syntax>` in the {+mdb-server+} manual.
631
+ | Default: ``nil``
632
633
* - ``SetWriteConcern()``
634
- | Specifies the write concern for the operations.
0 commit comments