Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference

TryGetValue method Next Page

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