We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b329 commit 613186eCopy full SHA for 613186e
source/fundamentals/transactions.txt
@@ -202,6 +202,15 @@ through the following steps:
202
203
Successfully committed transaction!
204
205
+.. sharedinclude:: dbx/transactions-parallelism.rst
206
+
207
+ .. replacement:: driver-specific-content
208
209
+ If you're using {+mdb-server+} v8.0 or later, you can perform
210
+ write operations on multiple namespaces within a single transaction by using
211
+ the ``BulkWrite()`` or ``BulkWriteAsync()`` method. For more information,
212
+ see :ref:`<csharp-bulk-write>`.
213
214
Additional Information
215
----------------------
216
0 commit comments