SARowUpdatingEventArgs members

Public constructors
Member name Description

SARowUpdatingEventArgs constructor

Initializes a new instance of the SARowUpdatingEventArgs class.

Public properties
Member name Description

Command property

Specifies the SACommand to execute when performing the Update.

[external link] Errors (inherited from RowUpdatingEventArgs)

Gets any errors generated by the .NET Framework data provider when the [external link] RowUpdatedEventArgs.Command executes.

[external link] Row (inherited from RowUpdatingEventArgs)

Gets the [external link] DataRow that will be sent to the server as part of an insert, update, or delete operation.

[external link] StatementType (inherited from RowUpdatingEventArgs)

Gets the type of SQL statement to execute.

[external link] Status (inherited from RowUpdatingEventArgs)

Gets or sets the [external link] UpdateStatus of the [external link] RowUpdatedEventArgs.Command.

[external link] TableMapping (inherited from RowUpdatingEventArgs)

Gets the [external link] DataTableMapping to send through the [external link] DbDataAdapter.Update.

See also