dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHelper Class / UpdateDataSet Method
Settings to use for the update connection.
Command text to use for the update.
System.Data.DataSet containing the new data to use in the update.
Name of the table in the dataset to update.

In This Topic
UpdateDataSet Method
In This Topic
Updates the given table with data from the given System.Data.DataSet.
Syntax
'Declaration
 
Public Shared Sub UpdateDataSet( _
   ByVal connectionString As String, _
   ByVal commandText As String, _
   ByVal ds As DataSet, _
   ByVal tablename As String _
) 
 

Parameters

connectionString
Settings to use for the update connection.
commandText
Command text to use for the update.
ds
System.Data.DataSet containing the new data to use in the update.
tablename
Name of the table in the dataset to update.
See Also