Member name | Description |
---|---|
Initializes a new instance of the ULRowUpdatedEventArgs class. |
Member name | Description |
---|---|
Returns the ULCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 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 the execution of the SQL statement. For SELECT statements this value is -1. |
|
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) |
Lets you access the rows processed during a batch update operation. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |