* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
[mono.git] / mcs / class / System.Data / System.Data.SqlTypes / SqlXml.cs
index a75ee01541c81a50696d1a43e312372e48618867..0a666adcf352310215c272e415f2ad9eaa66ee8e 100644 (file)
@@ -70,15 +70,15 @@ namespace System.Data.SqlTypes
                        }
                }
 
-                public bool IsNull {
-                        get { return !notNull; }
-                }
+               public bool IsNull {
+                       get { return !notNull; }
+               }
 
-                public static SqlXml Null {
-                        get {
+               public static SqlXml Null {
+                       get {
                                return new SqlXml ();
                        }
-                }
+               }
 
                public static XmlQualifiedName GetXsdType (XmlSchemaSet schemaSet)
                {
@@ -99,7 +99,7 @@ namespace System.Data.SqlTypes
                }
                
                [MonoTODO]
-               void IXmlSerializable.ReadXml (XmlReader reader)
+               void IXmlSerializable.ReadXml (XmlReader r)
                {
                        throw new NotImplementedException ();
                }