Contents Index StateChange event AsaDataAdapter constructors

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference

AsaDataAdapter class


Description 

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

Base classes 

Component

Implemented interfaces 

IDbDataAdapter, IDisposable

Usage 

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

See also 

Using the AsaDataAdapter object to access and manipulate data

Accessing and manipulating data


AsaDataAdapter constructors
AcceptChangesDuringFill property
ContinueUpdateOnError property
DeleteCommand property
Fill method
FillError event
FillSchema method
GetFillParameters method
InsertCommand property
MissingMappingAction property
MissingSchemaAction property
RowUpdated event
RowUpdating event
SelectCommand property
TableMappings property
Update method
UpdateCommand property

Contents Index StateChange event AsaDataAdapter constructors