SqlCeTransaction メンバー
データ ソースで作成する SQL トランザクションを表します。このクラスは継承できません。
SqlCeTransaction 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
Commit() () () () | データベース トランザクションをコミットします。 (DbTransaction. . :: . .Commit() () () () をオーバーライドします。) | |
Commit(CommitMode) | 指定された CommitMode を使用して、データベース トランザクションをコミットします。 | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Dispose() () () () | トランザクションに関連付けられているすべての SqlCeConnection オブジェクトを解放します。 | |
Dispose | (inherited from DbTransaction) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone | (inherited from Object) | |
MemberwiseClone | (inherited from MarshalByRefObject) | |
Rollback | トランザクションを保留状態からロールバックします。 (DbTransaction. . :: . .Rollback() () () () をオーバーライドします。) | |
ToString | (inherited from Object) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Connection | (inherited from DbTransaction) | |
CurrentTransactionBsn | トランザクションの開始シーケンス番号 (BSN) を取得します。 | |
DbConnection | (inherited from DbTransaction) | |
IsolationLevel | このトランザクションの IsolationLevel を指定します。 (DbTransaction. . :: . .IsolationLevel をオーバーライドします。) | |
TrackingContext | トランザクションによって SQL Server Compact データベース テーブルに対する追跡操作に関連付けられているアプリケーション固有のコンテキスト情報を取得または設定します。 |
Top
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IDbTransaction. . :: . .Connection | (inherited from DbTransaction) |
Top