New test.
[mono.git] / mcs / class / System.Data / System.Data.SqlClient / SqlNotificationInfo.cs
index 83de281c95da2d8e36de09a1746731d7bf84a9fa..22822e56764dc90c6897a4ae59ec398734f61fab 100644 (file)
@@ -36,9 +36,9 @@ namespace System.Data.SqlClient
        /// Provides additional infoatmion about the different notifications that can be 
        /// received by the dependency event handler
        /// </summary>
-       [Serializable]
        public enum SqlNotificationInfo {
-
+               
+               AlreadyChanged = -1,
                Alter = 5,
                Delete = 3,
                Drop = 4,
@@ -51,7 +51,6 @@ namespace System.Data.SqlClient
                Restart = 6,
                Truncate = 0,
                Update = 2
-
        }
 
 }