Represents a SQL transaction.
Visual Basic
NotInheritable Public Class ULTransaction
C#
public sealed class ULTransaction
There is no constructor for ULTransaction. To obtain a ULTransaction object, use the ULConnection.BeginTransaction(). To associate a command with a transaction, use the ULCommand.Transaction.
Once a transaction has been committed or rolled back, the connection reverts to automatically committing all operations as they are executed. To group more operations together, a new transaction must be created.
Implements: System.Data.IDbTransaction, System.IDisposable
ULTransaction members
Connection property
IsolationLevel property
Commit method
Dispose method
Rollback method