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 2.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)

[external link] Row (inherited from RowUpdatingEventArgs)

[external link] StatementType (inherited from RowUpdatingEventArgs)

[external link] Status (inherited from RowUpdatingEventArgs)

[external link] TableMapping (inherited from RowUpdatingEventArgs)

See also