importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / System.Data / System.Data / ParameterDirection.cs
index 38070c85c38918da84b78cb4338b73775f152859..31644a876893b8e5d101eeaf89576449a1819d48 100644 (file)
@@ -37,7 +37,9 @@ namespace System.Data
        /// <summary>
        /// Specifies the type of a parameter within a query relative to the DataSet.
        /// </summary>
+#if !NET_2_0
        [Serializable]
+#endif
        public enum ParameterDirection
        {
                Input = 1,