Member name | Description |
---|---|
Connection property |
Returns the connection associated with the transaction. |
IsolationLevel property |
Returns the isolation level for the transaction. |
Member name | Description |
---|---|
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. |