Provides data for the RowUpdating event.
Public NotInheritable Class SARowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
public sealed class SARowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
All members of SARowUpdatingEventArgs class, including all inherited members.
Name | Description |
---|---|
Initializes a new instance of the SARowUpdatingEventArgs class. | |
BaseCommand property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets or sets the System.Data.IDbCommand object for an instance of this class. |
Specifies the SACommand to execute when performing the Update. | |
Errors property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command executes. |
Row property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets the System.Data.DataRow that will be sent to the server as part of an insert, update, or delete operation. |
StatementType property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets the type of SQL statement to execute. |
Status property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets or sets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. |
TableMapping property (Inherited from System.Data.Common.RowUpdatingEventArgs) |
Gets the System.Data.Common.DataTableMapping to send through the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). |
SARowUpdatingEventArgs constructor
Command property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |