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 2.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.

[external link] Dispose (inherited from DbTransaction)

Rollback method

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

See also