Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityConnection::BeginDbTransaction Method (IsolationLevel)

Entity Framework 6.0
 

Begins a database transaction

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

protected:
virtual DbTransaction^ BeginDbTransaction(
	IsolationLevel isolationLevel
) override

Parameters

isolationLevel
Type: System.Data::IsolationLevel

The isolation level of the transaction

Return Value

Type: System.Data.Common::DbTransaction^

An object representing the new transaction

Return to top
Show: