System.Data
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Data.Common.RowUpdatedEventArgs
The event is raised when an to a row is completed.
When using , there are two events that occur for each data row updated. The order of execution is as follows:
-
The values in the are moved to the parameter values.
-
The event is raised.
-
The command executes.
-
If the command is set to FirstReturnedRecord, and the first returned result is placed in the .
-
If there are output parameters, they are placed in the .
-
The event is raised.
-
is called.
Provides data for the event.
Constructor
To be added
Initializes a new instance of the class.
The sent through an .
The executed when is called.
One of the values that specifies the type of query executed.
The sent through an .
1.0.5000.0
2.0.0.0
Property
System.Data.SqlClient.SqlCommand
To be added: an object of type 'SqlCommand'
To be added
Gets or sets the executed when is called.
1.0.5000.0
2.0.0.0