.NET Framework Class Library
DbDataAdapter..::.Update Method

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

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate(array<DataRow>[]()[])Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate(DataSet)Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet. (Overrides DataAdapter..::.Update(DataSet).)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate(DataTable)Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate(array<DataRow>[]()[], DataTableMapping)Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate(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.
Top
See Also

Reference

Tags :


Page view tracker