Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the array of DataRow objects.
Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the array of DataRow objects.
new public int Update(DataRow[]);
Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the DataSet.
new public int Update(DataSet);
Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the DataSet with the specified table name.
new public int Update(DataSet,string);
Calls the respective insert, update, or delete statements for each inserted, updated, or deleted row in the DataTable.
new public int Update(DataTable);
MimerDataAdapter Class | Mimer.Data.Client Namespace