importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / System.Data / System.Data / MissingSchemaAction.cs
index 1fff2d8cf24e3b5c2e3fd89e357adace0f352d4b..445b4fcc84268c4fe265ae12f7373ef8bcc6ce21 100644 (file)
@@ -37,7 +37,9 @@ namespace System.Data
        /// <summary>
        /// Specifies the action to take when adding data to the DataSet and the required DataTable or DataColumn is missing.
        /// </summary>
+#if !NET_2_0
        [Serializable]
+#endif
        public enum MissingSchemaAction
        {
                Add = 1,