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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULTransaction class

 

ULTransaction members

Public properties
Member name Description

Connection property

Returns the connection associated with the transaction.

IsolationLevel property

Returns the isolation level for the transaction.

Public methods
Member name Description

Commit method

Commits the database transaction.

[external link] Dispose (inherited from DbTransaction)

Releases the unmanaged resources used by the [external link] DbTransaction.

Rollback method

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

See also