ULRowUpdatedEventArgs members

Public constructors
Member name Description

ULRowUpdatedEventArgs constructor

Initializes a new instance of the ULRowUpdatedEventArgs class.

Public properties
Member name Description

Command property

Returns the ULCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 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 the execution of the SQL statement. For SELECT statements this value is -1.

[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)

Lets you access the rows processed during a batch update operation.

See also