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