Represents a set of commands and a database connection used to fill a DataSet and to update a database. This class cannot be inherited.
Visual Basic Public NotInheritable Class SADataAdapter Inherits DbDataAdapter
C# public sealed class SADataAdapter : DbDataAdapter
The 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.
SADataAdapter members
SADataAdapter constructors
DeleteCommand property
InsertCommand property
SelectCommand property
TableMappings property
UpdateBatchSize property
UpdateCommand property
GetFillParameters method
RowUpdated event
RowUpdating event
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |