2002-06-02 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / OleDbTransaction.cs
index 06f9fa7398261a7ce0cb7839e603af7e6bfc9623..b3eb2c672f5959580b0ababf1b4097190bf8a411 100644 (file)
@@ -83,5 +83,11 @@ namespace System.Data.OleDb
                                    null))
                                throw new InvalidOperationException ();
                }
+
+               [MonoTODO]
+               void IDisposable.Dispose ()
+               {
+                       throw new NotImplementedException ();
+               }
        }
 }