Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULTransaction class


Represents a SQL transaction.

Prototypes 

' Visual Basic
NotInheritable Public Class ULTransaction
  Implements IDbTransaction, IDisposable

// C#
public sealed class ULTransaction :
  IDbTransaction, IDisposable

Remarks 

There is no constructor for ULTransaction. To obtain a ULTransaction object, use the BeginTransaction method method. To associate a command with a transaction, use the Transaction property property.

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: [external link] IDbTransaction, [external link] IDisposable


ULTransaction members
Connection property
IsolationLevel property
Commit method
Dispose method
Finalize method
Rollback method

Collection Contents Previous Next PDF