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