0 out of 1 rated this helpful - Rate this topic

DatabaseUpdateDataSet Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

  NameDescription
Public method UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, UpdateBehavior)

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

Public method UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, DbTransaction)

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

Public method UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, UpdateBehavior, NullableInt32)

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

Public method UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, DbTransaction, NullableInt32)

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

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Did you find this helpful?
(1500 characters remaining)