Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/fundamentals/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ through the following steps:

Successfully committed transaction!

.. sharedinclude:: dbx/transactions-parallelism.rst

.. replacement:: driver-specific-content

If your application is connecting to {+mdb-server+} v8.0 or later, you can perform
write operations on multiple namespaces within a single transaction by using
the ``BulkWrite()`` or ``BulkWriteAsync()`` method. For more information,
see :ref:`<csharp-bulk-write>`.

Additional Information
----------------------

Expand Down
Loading