다음을 통해 공유


Database.BeginTransaction 메서드

정의

오버로드

BeginTransaction()

기본 저장소 연결에서 트랜잭션을 시작합니다.

BeginTransaction(IsolationLevel)

지정된 격리 수준을 사용하여 기본 저장소 연결에서 트랜잭션을 시작합니다.

BeginTransaction()

기본 저장소 연결에서 트랜잭션을 시작합니다.

public System.Data.Entity.DbContextTransaction BeginTransaction ();
member this.BeginTransaction : unit -> System.Data.Entity.DbContextTransaction
Public Function BeginTransaction () As DbContextTransaction

반환

DbContextTransaction 기본 저장소의 트랜잭션 개체에 대한 액세스를 래핑하는 개체

적용 대상

BeginTransaction(IsolationLevel)

지정된 격리 수준을 사용하여 기본 저장소 연결에서 트랜잭션을 시작합니다.

public System.Data.Entity.DbContextTransaction BeginTransaction (System.Data.IsolationLevel isolationLevel);
member this.BeginTransaction : System.Data.IsolationLevel -> System.Data.Entity.DbContextTransaction

매개 변수

isolationLevel
IsolationLevel

기본 저장소 트랜잭션을 만들 데이터베이스 격리 수준

반환

DbContextTransaction 기본 저장소의 트랜잭션 개체에 대한 액세스를 래핑하는 개체

적용 대상