2005-11-24 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.Common / DbCommand.cs
index 8c96e0677f630532fe3df880ff906bb7fc429e49..f47936d9410e807cdb798e8085a15200ee2a7d4a 100644 (file)
@@ -72,10 +72,12 @@ namespace System.Data.Common {
                        set { Transaction = (DbTransaction) value; }
                }
 
+#if NET_2_0
                [MonoTODO]
                public virtual DbCommandOptionalFeatures OptionalFeatures { 
                        get { throw new NotImplementedException (); }
                }
+#endif
 
                public DbParameterCollection Parameters {
                        get { return DbParameterCollection; }