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