'Declaration Public Shared Sub UpdateDataSet( _ ByVal connectionString As String, _ ByVal commandText As String, _ ByVal ds As DataSet, _ ByVal tablename As String _ )
public static void UpdateDataSet( string connectionString, string commandText, DataSet ds, string tablename )
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.