C# Класс Catel.Data.DbContextExtensions

Extensions to the DbContext class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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