ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
Represents a set of commands and a database connection used to fill a DataSet and to update a database.
Component
IDbDataAdapter, IDisposable
The DataSet provides a way to work with data offline. The AsaDataAdapter provides methods to associate a DataSet with a set of SQL statements.
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