C# Class Catel.Data.DbContextExtensions

Extensions to the DbContext class.
Show file Open project: Catel/Catel

Public Methods

Method Description
SetTransactionLevel ( this dbContext, IsolationLevel isolationLevel ) : void

Sets the transaction level of the specified DbContext.

Method Details

SetTransactionLevel() public static method

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.
return void