Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULRowUpdatingEventArgs class

ULRowUpdatingEventArgs class Next Page

ULRowUpdatingEventArgs members


Public constructors
Member nameDescription
ULRowUpdatingEventArgs constructor

Initializes a new instance of the ULRowUpdatingEventArgs class.

Public properties
Member nameDescription
Command property

Specifies the ULCommand to execute when performing the DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping).

[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 to send through an [external link] DbDataAdapter.Update .

[external link] StatementType (inherited from RowUpdatingEventArgs)

Gets the type of SQL statement to execute.

[external link] Status (inherited from RowUpdatingEventArgs)

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

[external link] TableMapping (inherited from RowUpdatingEventArgs)

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