* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
[mono.git] / mcs / class / System.Data / System.Data.Common / DbCommandOptionalFeatures.cs
index 50865dc20b2346b5c93b769a3a18d453420312b5..cb42449ea44fbde7929ceab433093aee817be1af 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
+#if NET_2_0
 
 namespace System.Data.Common {
        public enum DbCommandOptionalFeatures 
@@ -40,4 +40,4 @@ namespace System.Data.Common {
        }
 }
 
-
+#endif