Update Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method Update(DataSet)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.
(Inherited from DbDataAdapter.)
Public method Update(array<DataRow>[]()[][])
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects.
(Inherited from DbDataAdapter.)
Public method Update(DataTable)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable.
(Inherited from DbDataAdapter.)
Public method Update(DataSet, String)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet with the specified DataTable name.
(Inherited from DbDataAdapter.)
Protected method Update(array<DataRow>[]()[][], DataTableMapping) (Overrides DbDataAdapter..::..Update(array<DataRow>[]()[][], DataTableMapping).)

See Also