Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
トランザクションは、データベースを変更するために最初の文によって暗黙的に開始されますが、明示的にコミットまたはロールバックする必要があります。
トランザクションをコミットするには、ULConnection.Commit メソッドを使用します。
トランザクションをロールバックするには、ULConnection.Rollback メソッドを使用します。