Occurs during an update before a command is executed against the data source. When an attempt to update is made, the event fires.
Visual Basic Public Event RowUpdating As SARowUpdatingEventHandler
C# public event SARowUpdatingEventHandler RowUpdating ;
The event handler receives an argument of type SARowUpdatingEventArgs containing data related to this event.
For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdating Event.
Command Specifies the SACommand to execute when performing the Update.
Command Gets the IDbCommand to execute during the DbDataAdapter.Update operation.
Errors Gets any errors generated by the .NET Framework data provider when the RowUpdatedEventArgs.Command executes.
Row Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation.
StatementType Gets the type of SQL statement to execute.
Status Gets or sets the UpdateStatus of the RowUpdatedEventArgs.Command.
TableMapping Gets the DataTableMapping to send through the DbDataAdapter.Update.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |