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 » ULTransaction class

ULTransaction class Next Page

ULTransaction members


Public properties
Member nameDescription
Connection property

Returns the connection associated with the transaction.

IsolationLevel property

Returns the isolation level for the transaction.

Public methods
Member nameDescription
Commit method

Commits the database transaction.

Dispose method

Releases the resources used by the ULTransaction and rolls back any uncommitted commands.

Rollback method

Rolls back the transaction's outstanding changes to the database.