Initializes a new instance of the SARowUpdatingEventArgs class.
      Visual Basic syntax
         
         
            Public Sub 
            New
            (ByVal row As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping)
            
         
      
      C# syntax
         
         
            public 
            SARowUpdatingEventArgs
            (DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
         
      
      Parameters
         
         
            - 
               row – 
               The DataRow to update.
            
 
            - 
               command – 
               The IDbCommand to execute during update.
            
 
            - 
               statementType – 
               One of the StatementType values that specifies the type of query executed.
            
 
            - 
               tableMapping – 
               The DataTableMapping sent through an Update.