DataContext.BeginTransactionAsync Method
.NET Standard 2.x
Asynchronously starts a database transaction, using the specified isolation level.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| BeginTransactionAsync() | Asynchronously starts a database transaction, using the isolation level specified by the ContextOptions. |
| BeginTransactionAsync(CancellationToken cancellationToken) | Asynchronously starts a database transaction, using the isolation level specified by the ContextOptions. |
| BeginTransactionAsync(IsolationLevel isolationLevel) | Asynchronously starts a database transaction using the specified isolation level. |
| BeginTransactionAsync(IsolationLevel isolationLevel, CancellationToken cancellationTokenl) | Asynchronously starts a database transaction using the specified isolation level. |