Update VS project files
[mono.git] / mcs / class / System.Data / System.Data / SqlDbType.cs
index 0d667320abd1c8b34487906256dbc82163360c5f..ca4e72882dfce1bfc47a4175cfad53654e7fc12f 100644 (file)
@@ -65,10 +65,15 @@ namespace System.Data
                TinyInt = 20,
                VarBinary = 21,
                VarChar = 22,
+               Variant = 23,
 #if NET_2_0
                Xml = 25,
                Udt = 29,
+               Structured = 30,
+               Date = 31,
+               Time = 32,
+               DateTime2 = 33,
+               DateTimeOffset = 34
 #endif
-               Variant = 23
        }
 }