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)
41
override public IsolationLevel
IsolationLevel
{
fx\src\data\System\Data\OleDb\OleDbTransaction.cs (1)
150
override public IsolationLevel
IsolationLevel
{
fx\src\data\System\Data\SqlClient\SqlTransaction.cs (1)
74
override public IsolationLevel
IsolationLevel
{
System.Data.Entity (1)
System\Data\EntityClient\EntityTransaction.cs (1)
66
public override IsolationLevel
IsolationLevel
1 reference to IsolationLevel
System.Data.Entity (1)
System\Data\EntityClient\EntityTransaction.cs (1)
70
return this._storeTransaction.
IsolationLevel
;