Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs')
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs
index 412b6041775..c86e1a06250 100644
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs
+++ b/mcs/class/System.Data/System.Data.OleDb/OleDbCommandBuilder.cs
@@ -70,9 +70,7 @@ namespace System.Data.OleDb
#region Properties
-#if !NET_2_0
[DataSysDescriptionAttribute ("The DataAdapter for which to automatically generate OleDbCommands")]
-#endif
[DefaultValue (null)]
public OleDbDataAdapter DataAdapter {
get {
@@ -84,9 +82,7 @@ namespace System.Data.OleDb
}
[BrowsableAttribute (false)]
-#if !NET_2_0
[DataSysDescriptionAttribute ("The prefix string wrapped around sql objects")]
-#endif
[DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
public string QuotePrefix {
get {
@@ -98,9 +94,7 @@ namespace System.Data.OleDb
}
[BrowsableAttribute (false)]
-#if !NET_2_0
[DataSysDescriptionAttribute ("The suffix string wrapped around sql objects")]
-#endif
[DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
public string QuoteSuffix {
get {