Author: kostat
Date: 2007-04-30 09:40:52 -0400 (Mon, 30 Apr 2007)
New Revision: 76491

Modified:
   trunk/mcs/class/System.Data/System.Data.Common/DataAdapter.cs
Log:
TARGET_JVM: SkipJavaOutputValidation for DataAdapter.Fill

Modified: trunk/mcs/class/System.Data/System.Data.Common/DataAdapter.cs
===================================================================
--- trunk/mcs/class/System.Data/System.Data.Common/DataAdapter.cs       
2007-04-30 13:36:38 UTC (rev 76490)
+++ trunk/mcs/class/System.Data/System.Data.Common/DataAdapter.cs       
2007-04-30 13:40:52 UTC (rev 76491)
@@ -561,6 +561,9 @@
                }
 
 #if NET_2_0
+#if TARGET_JVM
+               [Description("SkipJavaOutputValidation")]
+#endif
                public virtual int Fill (DataSet dataSet)
                {
                        throw new NotSupportedException();

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to