Name | Description | |
---|---|---|
SqlRowUpdatingEventArgs Constructor | Initializes a new instance of the SqlRowUpdatingEventArgs class. |
The following tables list the members exposed by SqlRowUpdatingEventArgs.
Name | Description | |
---|---|---|
SqlRowUpdatingEventArgs Constructor | Initializes a new instance of the SqlRowUpdatingEventArgs class. |
Name | Description | |
---|---|---|
Command | Gets or sets the SqlCommand to execute when System.Data.Common.DbDataAdapter.Update() is called. | |
Errors | Gets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command executes. (Inherited from System.Data.Common.RowUpdatingEventArgs) | |
Row | Gets the System.Data.DataRow that will be sent to the server as part of an insert, update, or delete operation. (Inherited from System.Data.Common.RowUpdatingEventArgs) | |
StatementType | Gets the type of SQL statement to execute. (Inherited from System.Data.Common.RowUpdatingEventArgs) | |
Status | Gets or sets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. (Inherited from System.Data.Common.RowUpdatingEventArgs) | |
TableMapping | Gets the System.Data.Common.DataTableMapping to send through the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatingEventArgs) |