Provides data for the ULDataAdapter.RowUpdating event.
Public NotInheritable Class ULRowUpdatingEventArgs Inherits System.Data.Common.RowUpdatingEventArgs
public sealed class ULRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
All members of ULRowUpdatingEventArgs class, including all inherited members.
Name | Description |
---|---|
Initializes a new instance of the ULRowUpdatingEventArgs 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 ULCommand to execute when performing the DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping). | |
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). |
ULRowUpdatingEventArgs constructor
Command property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |