Implemented interface member:
property
IsolationLevel
System.Data.IDbTransaction.IsolationLevel
2 overrides of IsolationLevel
System.Data.Odbc (1)
System\Data\Odbc\OdbcTransaction.cs (1)
37
public override IsolationLevel
IsolationLevel
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
485
public override System.Data.IsolationLevel
IsolationLevel
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }