A command executed to reconcile DataRow changes back to 
            the Advanced SQL Engine.
    
        
            Initialize a new instance of the TdRowUpdatingEventArgs class.
            
            
            
            Syntax
            
        
            Parameters
- dataRow
- A System.Data.DataRow that is targeted for an update via 
            a call to TdDataAdapter.Update. 
- command
- A command executed to reconcile DataRow changes back to 
            the Advanced SQL Engine.
- statementType
- Specifies the SQL statement type 
            (e.g. UPDATE, INSERT or DELETE).
- tableMapping
- Shows how DataRow columns are mapped to Teradata 
            database columns.
 
            
            
            
            
            
            
            
            
            
            Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also