AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLTransaction Methods

The AceQLTransaction type exposes the following members.

Methods


  Name Description
Public method CommitAsync
Commits the remote database transaction.

Note that this call will put the remote connection in auto commit mode on after Commit.

Public method 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.

Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

Public method ToString (Inherited from Object.)