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.SqlClient/SqlDataAdapter.cs')
-rw-r--r--mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs b/mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs
index af6a176a852..c524f70db32 100644
--- a/mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs
+++ b/mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs
@@ -84,9 +84,7 @@ namespace System.Data.SqlClient {
#region Properties
[DataCategory ("Update")]
-#if !NET_2_0
[DataSysDescription ("Used during Update for deleted rows in DataSet.")]
-#endif
[DefaultValue (null)]
[EditorAttribute ("Microsoft.VSDesigner.Data.Design.DBCommandEditor, "+ Consts.AssemblyMicrosoft_VSDesigner, "System.Drawing.Design.UITypeEditor, "+ Consts.AssemblySystem_Drawing )]
public new SqlCommand DeleteCommand {
@@ -95,9 +93,7 @@ namespace System.Data.SqlClient {
}
[DataCategory ("Update")]
-#if !NET_2_0
[DataSysDescription ("Used during Update for new rows in DataSet.")]
-#endif
[DefaultValue (null)]
[EditorAttribute ("Microsoft.VSDesigner.Data.Design.DBCommandEditor, "+ Consts.AssemblyMicrosoft_VSDesigner, "System.Drawing.Design.UITypeEditor, "+ Consts.AssemblySystem_Drawing )]
public new SqlCommand InsertCommand {
@@ -106,9 +102,7 @@ namespace System.Data.SqlClient {
}
[DataCategory ("Fill")]
-#if !NET_2_0
[DataSysDescription ("Used during Fill/FillSchema.")]
-#endif
[DefaultValue (null)]
[EditorAttribute ("Microsoft.VSDesigner.Data.Design.DBCommandEditor, "+ Consts.AssemblyMicrosoft_VSDesigner, "System.Drawing.Design.UITypeEditor, "+ Consts.AssemblySystem_Drawing )]
public new SqlCommand SelectCommand {
@@ -117,9 +111,7 @@ namespace System.Data.SqlClient {
}
[DataCategory ("Update")]
-#if !NET_2_0
[DataSysDescription ("Used during Update for modified rows in DataSet.")]
-#endif
[DefaultValue (null)]
[EditorAttribute ("Microsoft.VSDesigner.Data.Design.DBCommandEditor, "+ Consts.AssemblyMicrosoft_VSDesigner, "System.Drawing.Design.UITypeEditor, "+ Consts.AssemblySystem_Drawing )]
public new SqlCommand UpdateCommand {
@@ -211,15 +203,11 @@ namespace System.Data.SqlClient {
#region Events and Delegates
[DataCategory ("Update")]
-#if !NET_2_0
[DataSysDescription ("Event triggered before every DataRow during Update.")]
-#endif
public event SqlRowUpdatedEventHandler RowUpdated;
[DataCategory ("Update")]
-#if !NET_2_0
[DataSysDescription ("Event triggered after every DataRow during Update.")]
-#endif
public event SqlRowUpdatingEventHandler RowUpdating;
#endregion // Events and Delegates