Member name | Description |
---|---|
Initializes a new instance of the SARowUpdatedEventArgs class. |
Member name | Description |
---|---|
Gets the SACommand that is executed when DataAdapter.Update is called. |
|
Errors (inherited from RowUpdatedEventArgs) |
Gets any errors generated by the .NET Framework data provider when the RowUpdatedEventArgs.Command was executed. |
Returns the number of rows changed, inserted, or deleted by execution of the SQL statement. |
|
Row (inherited from RowUpdatedEventArgs) |
Gets the DataRow sent through an DbDataAdapter.Update. |
RowCount (inherited from RowUpdatedEventArgs) |
Gets the number of rows processed in a batch of updated records. |
StatementType (inherited from RowUpdatedEventArgs) |
Gets the type of SQL statement executed. |
Status (inherited from RowUpdatedEventArgs) |
Gets the UpdateStatus of the RowUpdatedEventArgs.Command. |
TableMapping (inherited from RowUpdatedEventArgs) |
Gets the DataTableMapping sent through an DbDataAdapter.Update. |
Member name | Description |
---|---|
CopyToRows (inherited from RowUpdatedEventArgs) |
Copies references to the modified rows into the provided array. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |