Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SQL トランザクションを表します。
Public NotInheritable Class ULTransaction Inherits System.Data.Common.DbTransaction
public sealed class ULTransaction : System.Data.Common.DbTransaction
継承されたメンバーを含む ULTransaction クラスのすべてのメンバー。
Commit メソッド
Dispose method (System.Data.Common.DbTransaction から継承)
Rollback メソッド
Connection プロパティ
IsolationLevel プロパティ
ULTransaction にはコンストラクターがありません。ULTransaction オブジェクトを取得するには、ULConnection.BeginTransaction() を使用します。コマンドをトランザクションに関連付けるには、ULCommand.Transaction を使用します。
トランザクションがコミットまたはロールバックされると、接続はすべての操作の実行時にそれらを自動的にコミットする状態に戻ります。さらに操作をグループ化するには、新しいトランザクションを作成する必要があります。
Commit メソッドRollback メソッドConnection プロパティIsolationLevel プロパティ