Skip to content

Commit 7cb6502

Browse files
committed
QH feedback 2
1 parent c4b0bed commit 7cb6502

File tree

1 file changed

+5
-3
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,11 @@ following methods:
624624
| Default: ``nil``
625625

626626
* - ``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
627+
- | Specifies a document with a list of values to improve operation readability. Values
628+
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.
631+
| Default: ``nil``
630632

631633
* - ``SetWriteConcern()``
632634
- | Specifies the write concern for the operations.

0 commit comments

Comments
 (0)