iAnywhere.Data.UltraLite namespace
Represents a SQL transaction.
' Visual Basic
NotInheritable Public Class ULTransaction
Implements IDbTransaction, IDisposable
// C#
public sealed class ULTransaction :
IDbTransaction, IDisposable
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:
IDbTransaction,
IDisposable
ULTransaction members
Connection property
IsolationLevel property
Commit method
Dispose method
Finalize method
Rollback method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.