[]
Initiates and returns a new transaction with the connected data source.
protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
| Type | Name | Description |
|---|---|---|
| IsolationLevel | isolationLevel | The isolation level of the transaction. |
| Type | Description |
|---|---|
| DbTransaction | An object representing the new transaction. |