Implemented interface member:
method
Commit
System.Data.IDbTransaction.Commit()
2 overrides of Commit
System.Data.Odbc (1)
System\Data\Odbc\OdbcTransaction.cs (1)
68public override void Commit()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
488public override void Commit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to Commit
System.Data.Common (1)
System\Data\Common\DbTransaction.cs (1)
32Commit();