SqlCeDatabase.UpdateDataSet 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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Overload List

  Name Description
Ee744635.pubmethod(en-us,PandP.10).gif 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.

(Inherited from Database.)
Ee744635.pubmethod(en-us,PandP.10).gif 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.

(Inherited from Database.)
Ee744635.pubmethod(en-us,PandP.10).gif UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, UpdateBehavior, Nullable<Int32>)

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

(Inherited from Database.)
Ee744635.pubmethod(en-us,PandP.10).gif UpdateDataSet(DataSet, String, DbCommand, DbCommand, DbCommand, DbTransaction, Nullable<Int32>)

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

(Inherited from Database.)

See Also

SqlCeDatabase Class

SqlCeDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace