SqlCeTransaction Methods

Include Protected Members
Include Inherited Members

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 (inherited from MarshalByRefObject)
Public method Dispose() Releases all SqlCeConnection objects associated with the transaction.
Protected method Dispose(Boolean) (inherited from DbTransaction)
Public method Equals (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

See Also

Reference

SqlCeTransaction Class

System.Data.SqlServerCe Namespace