SARowUpdatedEventArgs members

Public constructors
Member name Description

SARowUpdatedEventArgs constructor

Initializes a new instance of the SARowUpdatedEventArgs class.

Public properties
Member name Description

Command property

Gets the SACommand that is executed when [external link] DataAdapter.Update is called.

[external link] Errors (inherited from RowUpdatedEventArgs)

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

RecordsAffected property

Returns the number of rows changed, inserted, or deleted by execution of the SQL statement.

[external link] Row (inherited from RowUpdatedEventArgs)

Gets the [external link] DataRow sent through an [external link] DbDataAdapter.Update.

[external link] RowCount (inherited from RowUpdatedEventArgs)

Gets the number of rows processed in a batch of updated records.

[external link] StatementType (inherited from RowUpdatedEventArgs)

Gets the type of SQL statement executed.

[external link] Status (inherited from RowUpdatedEventArgs)

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

[external link] TableMapping (inherited from RowUpdatedEventArgs)

Gets the [external link] DataTableMapping sent through an [external link] DbDataAdapter.Update.

Public methods
Member name Description

[external link] CopyToRows (inherited from RowUpdatedEventArgs)

Copies references to the modified rows into the provided array.

See also