Provides data for the ULDataAdapter.RowUpdating event.
Visual Basic syntaxPublic NotInheritable Class ULRowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
C# syntaxpublic sealed class ULRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
Base classes
MembersAll members of ULRowUpdatingEventArgs class, including all inherited members.
| Name | Description |
|---|---|
| Initializes a new instance of the ULRowUpdatingEventArgs class. | |
|
|
Gets or sets the System.Data.IDbCommand object for an instance of this class.
|
| Specifies the ULCommand to execute when performing the DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping). | |
|
|
Gets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command executes.
|
|
|
Gets the System.Data.DataRow that will be sent to the server as part of an insert, update, or delete operation.
|
|
|
Gets the type of SQL statement to execute. |
|
|
Gets or sets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property.
|
|
|
Gets the System.Data.Common.DataTableMapping to send through the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
|
See alsoULRowUpdatingEventArgs constructor
Command property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
