AceQLConnection..::..BeginTransactionAsync Method (IsolationLevel)
Initializes a new AceQLTransactionobject with the specified isolation level.
This will put the remote connection in auto commit mode off.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public Task<AceQLTransaction> BeginTransactionAsync( IsolationLevel isolationLevel )
Parameters
- isolationLevel
- Type: AceQL.Client.Api..::..IsolationLevel
The isolation level.