@@ -7,8 +7,6 @@ Gets or sets columns to map with the direction `Input`.
77
88The key is required for operation such as ` BulkUpdate ` and ` BulkMerge ` .
99
10- Read more: [ Column Input] ( column-input-expression )
11-
1210{% include template-example.html %}
1311{% highlight csharp %}
1412context.BulkMerge(list, options =>
@@ -19,8 +17,6 @@ context.BulkMerge(list, options =>
1917## Column Output
2018Gets or sets columns to map with the direction ` Output ` .
2119
22- Read more: [ Column Output] ( column-output-expression )
23-
2420{% include template-example.html %}
2521{% highlight csharp %}
2622context.BulkMerge(list, options =>
@@ -33,8 +29,6 @@ Gets or sets columns to map with the direction `InputOutput`.
3329
3430The key is required for operation such as ` BulkUpdate ` and ` BulkMerge ` .
3531
36- Read more: [ Column InputOutput] ( column-input-output-expression )
37-
3832{% include template-example.html %}
3933{% highlight csharp %}
4034context.BulkMerge(list, options =>
@@ -45,8 +39,6 @@ context.BulkMerge(list, options =>
4539## Column Primary Key
4640Gets or sets columns to use as the ` key ` for the operation.
4741
48- Read more: [ Column Primary Key] ( column-primary-key-expression )
49-
5042{% include template-example.html %}
5143{% highlight csharp %}
5244context.BulkMerge(list, options =>
@@ -57,8 +49,6 @@ context.BulkMerge(list, options =>
5749## Ignore On Merge Insert
5850Gets or sets columns to ignore when the ` BulkMerge ` method executes the ` insert ` statement.
5951
60- Read more: [ Column Ignore on Merge Insert] ( ignore-on-merge-update-expression )
61-
6252{% include template-example.html %}
6353{% highlight csharp %}
6454context.BulkMerge(list, options =>
@@ -69,8 +59,6 @@ context.BulkMerge(list, options =>
6959## Ignore On Merge Update
7060Gets or sets columns to ignore when the ` BulkMerge ` method executes the ` update ` statement.
7161
72- Read more: [ Column Ignore on Merge Update] ( ignore-on-merge-update-expression )
73-
7462{% include template-example.html %}
7563{% highlight csharp %}
7664context.BulkMerge(list, options =>
0 commit comments