AceQLTransaction Methods
The AceQLTransaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
CommitAsync |
Commits the remote database transaction.
Note that this call will put the remote connection in auto commit mode on after Commit.
|
|
Dispose()()()() |
Optional call, does nothing.
The opened AceQLTransaction must be closed by an CommitAsync()()()()
or an RollbackAsync()()()()Method is provided for consistency as a DbTransaction (as a SQL Server SqlTransaction) is [IDisposable].
|
|
RollbackAsync |
Rolls back a transaction from a pending state.
Note that this call will put the remote connection in auto commit mode on after Rollback.
|