TARGET_JVM: moving DbConvert.cs
[mono.git] / mcs / class / System.Data / System.Data.Common / DbTable.cs
index 69666b15787c0c88c20c6b3e4db978e117066d43..b4ae7dfb28df9bf0a8cfd4f0d32e4c3149f521c9 100644 (file)
@@ -49,7 +49,7 @@ namespace System.Data.Common {
                #region Properties
 
                [MonoTODO]      
-               public ConflictOptions ConflictDetection {
+               public ConflictOption ConflictOption {
                        get { throw new NotImplementedException (); }
                        set { throw new NotImplementedException (); }
                }