다음을 통해 공유


RelationalConnection.ConnectionBeginTransaction(IsolationLevel) 메서드

정의

기본적으로 호출하지만 공급자가 대신 다른 호출 BeginDbTransaction(IsolationLevel) 을 수행할 수 있도록 재정의할 수 있는 템플릿 메서드입니다.

protected virtual System.Data.Common.DbTransaction ConnectionBeginTransaction (System.Data.IsolationLevel isolationLevel);
abstract member ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
override this.ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
Protected Overridable Function ConnectionBeginTransaction (isolationLevel As IsolationLevel) As DbTransaction

매개 변수

isolationLevel
IsolationLevel

트랜잭션에 사용할 격리 수준입니다.

반환

새로 만든 트랜잭션입니다.

적용 대상