Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
DbDataAdapter Class
Update Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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.

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker