Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference

IsInPublication method Next Page

ULTransaction class


Represents a SQL transaction.

Syntax

Visual Basic

NotInheritable Public Class ULTransaction

C#

public sealed class ULTransaction

Remarks

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

See also

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