Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an SQL transaction to be made at a data source. This class cannot be inherited.
The SqlCeTransaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Commit() () () () | Commits the database transaction. (Overrides DbTransaction. . :: . .Commit() () () ().) |
![]() |
Commit(CommitMode) | Commits the database transaction using the specified CommitMode. |
![]() |
CreateObjRef(Type) | (inherited from MarshalByRefObject) |
![]() |
Dispose() () () () | Releases all SqlCeConnection objects associated with the transaction. |
![]() |
Dispose(Boolean) | (inherited from DbTransaction) |
![]() |
Equals(Object) | (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(Boolean) | (inherited from MarshalByRefObject) |
![]() |
Rollback() () () () | Rolls back a transaction from a pending state. (Overrides DbTransaction. . :: . .Rollback() () () ().) |
![]() |
ToString() () () () | (inherited from Object) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Connection | (inherited from DbTransaction) |
![]() |
CurrentTransactionBsn | Gets the begin sequence number (BSN) for the transaction. |
![]() |
DbConnection | (inherited from DbTransaction) |
![]() |
IsolationLevel | Specifies the IsolationLevel for this transaction. (Overrides DbTransaction. . :: . .IsolationLevel.) |
![]() |
TrackingContext | Gets or sets application-specific context information that is associated by the transaction with tracked operations on a database table. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDbTransaction. . :: . .Connection | (inherited from DbTransaction) |
Top