start populating the new System.Web.Configuration_2.0 dir
[mono.git] / mcs / class / System.Data / System.Data.Common / DataContainer.cs
index 4ce888fbf59c6f93c8df29ded0025554713d62e4..cac69098381d578a5d7affe434bcc0a3b87b939a 100644 (file)
@@ -1088,13 +1088,6 @@ namespace System.Data.Common
                                SetValue(index,record.GetValue(field));\r
                        }\r
 \r
-                       protected override void SetValue(int index, object value)\r
-                       {\r
-                               if(value != null && value != DBNull.Value && !Type.IsAssignableFrom(value.GetType()))\r
-                                       value = Convert.ChangeType(value, Type);\r
-\r
-                               base.SetValue(index, value);\r
-                       }\r
                        #endregion //Methods\r
         \r
                }\r