Implemented interface member:
property
IsolationLevel
System.Data.IDbTransaction.IsolationLevel
4 overrides of IsolationLevel
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (1)
41override public IsolationLevel IsolationLevel {
fx\src\data\System\Data\OleDb\OleDbTransaction.cs (1)
150override public IsolationLevel IsolationLevel {
fx\src\data\System\Data\SqlClient\SqlTransaction.cs (1)
74override public IsolationLevel IsolationLevel {
System.Data.Entity (1)
System\Data\EntityClient\EntityTransaction.cs (1)
66public override IsolationLevel IsolationLevel
1 reference to IsolationLevel
System.Data.Entity (1)
System\Data\EntityClient\EntityTransaction.cs (1)
70return this._storeTransaction.IsolationLevel;