Advanced.Data.Provider Documentation

AdpDataAdapter.Update Method

[This is preliminary documentation and subject to change.]

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

Overload List

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

public int Update(DataRow);

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

public int Update(DataRow[]);

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

public int Update(DataSet);

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

public int Update(DataSet,string);

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace