File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Write Operations
1313 /fundamentals/crud/write-operations/insert
1414 /fundamentals/crud/write-operations/modify
1515 /fundamentals/crud/write-operations/delete
16+ /fundamentals/crud/write-operations/bulk-write
1617
18+ - :ref:`csharp-insert-guide`
1719- :ref:`csharp-change-guide`
1820- :ref:`csharp-delete-guide`
19- - :ref:`csharp-insert-guide `
21+ - :ref:`csharp-bulk-write `
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Sample Data
3232The examples in this guide use the ``sample_restaurants.restaurants`` collection
3333from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
3434free MongoDB Atlas cluster and load the sample datasets, see the
35- :ref:`<csharp-get-started >` tutorial.
35+ :ref:`<csharp-quickstart >` tutorial.
3636
3737Define the Write Operations
3838---------------------------
@@ -71,7 +71,6 @@ The ``BulkWriteInsertOneModel<TDocument>`` constructor accepts the following par
7171.. list-table::
7272 :header-rows: 1
7373 :stub-columns: 1
74- :widths: 10 10 20 (Optional)
7574
7675 * - Parameter
7776 - Description
You can’t perform that action at this time.
0 commit comments