Provides data for the ULDataAdapter.RowUpdated event.
 Visual Basic syntax
 Visual Basic syntaxPublic NotInheritable Class ULRowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
 C# syntax
 C# syntaxpublic sealed class ULRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
 Base classes
 Base classes Members
 MembersAll members of ULRowUpdatedEventArgs class, including all inherited members.
| Name | Description | 
|---|---|
| Initializes a new instance of the ULRowUpdatedEventArgs class. | |
| 
 | Copies references to the modified rows into the provided array. | 
| Returns the ULCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) is called. | |
| 
 | Gets any errors generated by the .NET Framework data provider when the ![[external link]](gif/external.gif) System.Data.Common.RowUpdatedEventArgs.Command was executed. | 
| Returns the number of rows changed, inserted, or deleted by the execution of the SQL statement. | |
| 
 | Gets the ![[external link]](gif/external.gif) System.Data.DataRow sent through an ![[external link]](gif/external.gif) System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). | 
| 
 | Gets the number of rows processed in a batch of updated records. | 
| 
 | Gets the type of SQL statement executed. | 
| 
 | Gets 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 sent through an ![[external link]](gif/external.gif) System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). | 
 See also
 See alsoULRowUpdatedEventArgs constructor
Command property
RecordsAffected property
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |