SADataAdapter class

Represents a set of commands and a database connection used to fill a System.Data.DataSet and to update a database.

Visual Basic syntax

Public NotInheritable Class SADataAdapter Inherits System.Data.Common.DbDataAdapter Implements System.ICloneable

C# syntax

public sealed class SADataAdapter : System.Data.Common.DbDataAdapter, System.ICloneable

Remarks

The System.Data.DataSet provides a way to work with data offline. The SADataAdapter provides methods to associate a DataSet with a set of SQL statements.

Implements: IDbDataAdapter, IDataAdapter, ICloneable

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

Custom Attribute: sealed