* DataRelationCollection.cs (BinarySerialize): New. Carved out of ...
[mono.git] / mcs / class / System.Data / System.Data.Odbc / OdbcRowUpdatingEventArgs.cs
index e68ddbb466e94b50ff91f780f82c56bcf41d99f2..d73679d294c58e17a3e665713aa00f090ac4876f 100644 (file)
@@ -56,6 +56,14 @@ namespace System.Data.Odbc {
                        set { base.Command = value; }
                }
 
+#if NET_2_0
+               protected override IDbCommand BaseCommand {
+                       get { return base.Command; }    
+                       set { base.Command = value; }
+               }
+
+#endif
+
                #endregion // Properties
        }
 }