| 
               | 
            
              Data
             | 
          
| Name | Description | |
|---|---|---|
| 
                 | 
              UpdateData(OdbcConnection, DataTable, String) | Updates the underlying data of the DataTable using OdbcConnection, and returns the number of rows successfully updated. | 
| 
                 | 
              UpdateData(OleDbConnection, DataTable, String) | Updates the underlying data of the DataTable using OleDbConnection, and returns the number of rows successfully updated. | 
| 
                 | 
              UpdateData(SqlConnection, DataTable, String) | Updates the underlying data of the DataTable using SqlConnection, and returns the number of rows successfully updated. |