AceQLConnection..::..BeginTransactionAsync Method
Overload List
Name | Description | |
---|---|---|
BeginTransactionAsync(CancellationToken) |
Initializes a AceQLTransactionobject. This will put the remote connection in auto commit mode off.
The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.
|
|
BeginTransactionAsync()()()() |
Initializes a AceQLTransactionobject. This will put the remote connection in auto commit mode off.
|
|
BeginTransactionAsync(IsolationLevel, CancellationToken) |
Initializes a new AceQLTransactionobject with the specified isolation level.
This will put the remote connection in auto commit mode off.
The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.
|
|
BeginTransactionAsync(IsolationLevel) |
Initializes a new AceQLTransactionobject with the specified isolation level.
This will put the remote connection in auto commit mode off.
|