SADataAdapter class

Represents a set of commands and a database connection used to fill a [external link] DataSet and to update a database. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SADataAdapter 
  Inherits DbDataAdapter
C#

public sealed class SADataAdapter : DbDataAdapter
Remarks

The [external link] DataSet provides a way to work with data offline. The SADataAdapter provides methods to associate a DataSet with a set of SQL statements.

Implements:[external link] IDbDataAdapter, [external link] IDataAdapter, [external link] ICloneable

For more information, see Using the SADataAdapter object to access and manipulate data and Accessing and manipulating data.

See also

SADataAdapter members
SADataAdapter constructors
DeleteCommand property
InsertCommand property
SelectCommand property
TableMappings property
UpdateBatchSize property
UpdateCommand property
GetFillParameters method
RowUpdated event
RowUpdating event