diff --git a/xml/System.Data.Common/DbTransaction.xml b/xml/System.Data.Common/DbTransaction.xml index e7ca466e62a..cc542133547 100644 --- a/xml/System.Data.Common/DbTransaction.xml +++ b/xml/System.Data.Common/DbTransaction.xml @@ -507,8 +507,8 @@ - To be added. - To be added. + The name of the savepoint to release. + Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends. To be added. @@ -534,10 +534,10 @@ - To be added. - To be added. - To be added. - To be added. + The name of the savepoint to release. + An optional token to cancel the asynchronous operation. The default value is . + Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends. + A representing the asynchronous operation. To be added. @@ -605,8 +605,8 @@ - To be added. - To be added. + The name of the savepoint to roll back to. + Rolls back all commands that were executed after the specified savepoint was established. To be added. @@ -674,10 +674,10 @@ - To be added. - To be added. - To be added. - To be added. + The name of the savepoint to roll back to. + An optional token to cancel the asynchronous operation. The default value is . + Rolls back all commands that were executed after the specified savepoint was established. + A representing the asynchronous operation. To be added. @@ -703,8 +703,8 @@ - To be added. - To be added. + The name of the savepoint to be created. + Creates a savepoint in the transaction. This allows all commands that are executed after the savepoint was established to be rolled back, restoring the transaction state to what it was at the time of the savepoint. To be added. @@ -730,10 +730,10 @@ - To be added. - To be added. - To be added. - To be added. + The name of the savepoint to be created. + An optional token to cancel the asynchronous operation. The default value is . + Creates a savepoint in the transaction. This allows all commands that are executed after the savepoint was established to be rolled back, restoring the transaction state to what it was at the time of the savepoint. + A representing the asynchronous operation. To be added. @@ -756,8 +756,10 @@ System.Boolean - To be added. - To be added. + Gets a value that indicates whether this instance supports database savepoints. + If , the methods , and as well as their synchronous counterparts are expected to throw . + + if this instance supports database savepoints; otherwise, . To be added.