Provides data for the ULDataAdapter.RowUpdating event.
 Visual Basic syntax
 Visual Basic syntaxPublic NotInheritable Class ULRowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
 C# syntax
 C# syntaxpublic sealed class ULRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
 Base classes
 Base classes Members
 MembersAll members of ULRowUpdatingEventArgs class, including all inherited members.
| Name | Description | 
|---|---|
| Initializes a new instance of the ULRowUpdatingEventArgs class. | |
| 
 | Gets or sets the ![[external link]](gif/external.gif) 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 ![[external link]](gif/external.gif) System.Data.Common.RowUpdatedEventArgs.Command executes. | 
| 
 | Gets the ![[external link]](gif/external.gif) 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 ![[external link]](gif/external.gif) System.Data.UpdateStatus of the ![[external link]](gif/external.gif) System.Data.Common.RowUpdatedEventArgs.Command property. | 
| 
 | Gets the ![[external link]](gif/external.gif) System.Data.Common.DataTableMapping to send through the ![[external link]](gif/external.gif) System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). | 
 See also
 See alsoULRowUpdatingEventArgs constructor
Command property
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |