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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdRowUpdatingEventArgs Members
Teradata.Client.Provider Namespace