Explorar el Código

* DbDataAdapter.cs: Marked ICloneable.Clone obsolete to match MS.

svn path=/trunk/mcs/; revision=81108
Gert Driesen hace 18 años
padre
commit
53332a431f

+ 4 - 0
mcs/class/System.Data/System.Data.Common/ChangeLog

@@ -1,3 +1,7 @@
+2007-06-30  Gert Driesen  <[email protected]>
+
+	* DbDataAdapter.cs: Marked ICloneable.Clone obsolete to match MS.
+
 2007-06-21  Nagappan A  <[email protected]>
 
 	* DbConnectionStringBuilder.cs (Init): Modified the dictionary to

+ 1 - 0
mcs/class/System.Data/System.Data.Common/DbDataAdapter.cs

@@ -512,6 +512,7 @@ namespace System.Data.Common {
 		}
 		
 		[MonoTODO]
+		[Obsolete ("use 'protected DbDataAdapter(DbDataAdapter)' ctor")]
 		object ICloneable.Clone ()
 		{
 			throw new NotImplementedException ();