Details
-
Bug
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
None
-
Fully Compatible
Description
There is a bug in the c# example code of the transaction section:
The example source code is at:
At line 88 and line 91, when we're doing the update and insert operations, we should pass `session` as the first parameter, in order to put them in the transaction and demonstrate how the transaction works. And that is the purpose of this example.