2006-02-17 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data / UpdateOptions.cs
index f6f1d1616f7933f14af52a0e63ef2b013f68d688..0596e965759dfc3980367272f4eb643f39be3020 100644 (file)
@@ -31,7 +31,7 @@
 //
 
 
-
+#if NET_2_0 || TARGET_JVM
 namespace System.Data {
        public enum UpdateOptions 
        {
@@ -41,5 +41,5 @@ namespace System.Data {
                UpdateChildren
        }
 }
-
+#endif // NET_2_0