Click or drag to resize

DataExtensionsUpdateData Method

Overload List
  Name Description
Public Extension Method UpdateData(OdbcConnection, DataTable, String) Updates the underlying data of the DataTable using OdbcConnection, and returns the number of rows successfully updated.
Public Extension Method UpdateData(OleDbConnection, DataTable, String) Updates the underlying data of the DataTable using OleDbConnection, and returns the number of rows successfully updated.
Public Extension Method UpdateData(SqlConnection, DataTable, String) Updates the underlying data of the DataTable using SqlConnection, and returns the number of rows successfully updated.
Top
See Also