WrappedConnection.BeginDbTransaction method
namespace: Serenity.Data assembly: Serenity.Net.Services
Begins a database transaction with the specified IsolationLevel value.
protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
| parameter | description |
|---|---|
| isolationLevel | One of the IsolationLevel values. |
Return Value
An object representing the new transaction.
See Also
- class WrappedConnection