[Task] Add an extra check in Task.WaitAny to make sure the index returned is valid
[mono.git] / mcs / class / System.Data / System.Data.Common / SchemaTableColumn.cs
index 455797b8eeee0864e89cabdd09e74610534c0889..20a842e58a9a01737e26820ca0d0bb9bd92aa524 100644 (file)
@@ -33,7 +33,7 @@
 #if NET_2_0
 
 namespace System.Data.Common {
-       public sealed class SchemaTableColumn 
+       public static class SchemaTableColumn 
        {
                #region Fields
                        public static readonly string AllowDBNull = "AllowDBNull";
@@ -49,6 +49,7 @@ namespace System.Data.Common {
                        public static readonly string IsKey = "IsKey";
                        public static readonly string IsLong = "IsLong";
                        public static readonly string IsUnique = "IsUnique";
+                       public static readonly string NonVersionedProviderType = "NonVersionedProviderType";
                        public static readonly string NumericPrecision = "NumericPrecision";
                        public static readonly string NumericScale = "NumericScale";
                        public static readonly string ProviderType = "ProviderType";