[]
Begins a transaction on the connection.
protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
Type | Name | Description |
---|---|---|
IsolationLevel | isolationLevel | The isolation level of the transaction. |
Type | Description |
---|---|
DbTransaction | The transaction. |