2009-08-04 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / Mono.Data.SybaseClient / Mono.Data.SybaseClient / SybaseRowUpdatedEventArgs.cs
index 941a4398e6e3d3d99a530471c7415a48445b8802..27bc1a31c7f9bfee83cf37999bb029918bc22f7d 100644 (file)
@@ -37,21 +37,18 @@ namespace Mono.Data.SybaseClient {
        {
                #region Constructors
 
-               [MonoTODO]
                public SybaseRowUpdatedEventArgs (DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping) 
                        : base (row, command, statementType, tableMapping)
                {
-                       throw new NotImplementedException ();
                }
 
                #endregion // Constructors
 
                #region Properties
 
-               [MonoTODO]
                public new SybaseCommand Command 
                {
-                       get { throw new NotImplementedException (); }
+                       get { return (SybaseCommand) base.Command; }
                }
 
                #endregion // Properties