2009-01-02 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / System.Data / System.Data / SchemaType.cs
index a43882eb1e52ff007b8aa591dcdcda27fe92d3e4..ad6463668a52b44d01334a5c93a582eb53e77561 100644 (file)
@@ -37,7 +37,9 @@ namespace System.Data
        /// <summary>
        /// Specifies how to handle existing schema mappings when performing a FillSchema operation.
        /// </summary>
+#if !NET_2_0
        [Serializable]
+#endif
        public enum SchemaType
        {
                Source = 1,