Provides data for the RowUpdated event.
Public NotInheritable Class SARowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
public sealed class SARowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
All members of SARowUpdatedEventArgs class, including all inherited members.
Name | Description |
---|---|
Initializes a new instance of the SARowUpdatedEventArgs class. | |
CopyToRows method (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Copies references to the modified rows into the provided array. |
Gets the SACommand that is executed when DataAdapter.Update is called. | |
Errors property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
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. | |
Row property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Gets the System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). |
RowCount property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Gets the number of rows processed in a batch of updated records. |
StatementType property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Gets the type of SQL statement executed. |
Status property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Gets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. |
TableMapping property (Inherited from System.Data.Common.RowUpdatedEventArgs) |
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 © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |