C# 클래스 Catel.Data.DbContextExtensions

Extensions to the DbContext class.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
SetTransactionLevel ( this dbContext, IsolationLevel isolationLevel ) : void

Sets the transaction level of the specified DbContext.

메소드 상세

SetTransactionLevel() 공개 정적인 메소드

Sets the transaction level of the specified DbContext.
The is null.
public static SetTransactionLevel ( this dbContext, IsolationLevel isolationLevel ) : void
dbContext this The db context.
isolationLevel IsolationLevel The isolation level to set.
리턴 void