-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Documentation
-
None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
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.