public static UpdateDataSet ( string connectionString, string commandText, DataSet ds, string tablename ) : void | ||
connectionString | string | Settings to use for the update |
commandText | string | Command text to use for the update |
ds | DataSet | |
tablename | string | Tablename in the dataset to update |
return | void |