EntityConnection.BeginDbTransaction(IsolationLevel) Method

Definition

Begins a database transaction

protected override System.Data.Common.DbTransaction BeginDbTransaction (System.Data.IsolationLevel isolationLevel);
override this.BeginDbTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction

Parameters

isolationLevel
IsolationLevel

The isolation level of the transaction

Returns

An object representing the new transaction

Applies to