Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将事务从待执行状态回退。
Public Sub Rollback(ByVal savePoint As String)
public void Rollback(string savePoint)
savePoint 要回退到的保存点的名称。
此事务只能从待执行状态回退(调用 BeginTransaction 之后,但在调用 Commit 之前)。