
'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
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.
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
Teradata.Client.Provider.TdRowUpdatingEventArgs
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019