SqlCeTransaction Members

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
Public method Commit() () () () Commits the database transaction. (Overrides DbTransaction. . :: . .Commit() () () ().)
Public method Commit(CommitMode) Commits the database transaction using the specified CommitMode.
Public method CreateObjRef(Type) (inherited from MarshalByRefObject)
Public method Dispose() () () () Releases all SqlCeConnection objects associated with the transaction.
Protected method Dispose(Boolean) (inherited from DbTransaction)
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetLifetimeService() () () () (inherited from MarshalByRefObject)
Public method GetType() () () () (inherited from Object)
Public method InitializeLifetimeService() () () () (inherited from MarshalByRefObject)
Protected method MemberwiseClone() () () () (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method Rollback() () () () Rolls back a transaction from a pending state. (Overrides DbTransaction. . :: . .Rollback() () () ().)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Public property Connection (inherited from DbTransaction)
Public property CurrentTransactionBsn Gets the begin sequence number (BSN) for the transaction.
Protected property DbConnection (inherited from DbTransaction)
Public property IsolationLevel Specifies the IsolationLevel for this transaction. (Overrides DbTransaction. . :: . .IsolationLevel.)
Public property 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
Explicit interface implemetationPrivate property IDbTransaction. . :: . .Connection (inherited from DbTransaction)

Top

See Also

Reference

SqlCeTransaction Class

System.Data.SqlServerCe Namespace