Send feedback on this topic.
Teradata.Client.Provider
TdRowUpdatingEventArgs Class
Members 



Teradata.Client.Provider Namespace : TdRowUpdatingEventArgs Class
Arguments to the TdRowUpdatingEventHandler delegate. It provides data for the TdDataAdapter.RowUpdating event.
Object Model
TdRowUpdatingEventArgs ClassTdCommand Class
Syntax
'Declaration
 
Public NotInheritable Class TdRowUpdatingEventArgs 
   Inherits System.Data.Common.RowUpdatingEventArgs
'Usage
 
Dim instance As TdRowUpdatingEventArgs
public sealed class TdRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs 
public ref class TdRowUpdatingEventArgs sealed : public System.Data.Common.RowUpdatingEventArgs 
Remarks

TdDataAdapter raises the RowUpdating event when TdDataAdapter.Update is called and before changes to a DataRow are applied to Teradata. TdRowUpdatingEventArgs provides data about the event (e.g. SQL statement type like UPDATE, INSERT, DELETE). You can affect the result of the update by setting the Command, Errors and / or the Status property.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Data.Common.RowUpdatingEventArgs
         Teradata.Client.Provider.TdRowUpdatingEventArgs

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdRowUpdatingEventArgs Members
Teradata.Client.Provider Namespace