File tree 1 file changed +7
-4
lines changed
source/fundamentals/crud/write-operations
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,9 @@ following methods:
272
272
* - ``SetLet()``
273
273
- | Specifies a document with a list of values to improve operation readability. Values
274
274
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.
277
278
| Default: ``nil``
278
279
279
280
* - ``SetOrdered()``
@@ -626,8 +627,10 @@ following methods:
626
627
* - ``SetLet()``
627
628
- | Specifies a document with a list of values to improve operation readability. Values
628
629
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.
631
634
| Default: ``nil``
632
635
633
636
* - ``SetWriteConcern()``
You can’t perform that action at this time.
0 commit comments