Represents a set of commands and a database connection used to fill a System.Data.DataSet and to update a database.
Public NotInheritable Class SADataAdapter Inherits System.Data.Common.DbDataAdapter Implements System.ICloneable
public sealed class SADataAdapter : System.Data.Common.DbDataAdapter, System.ICloneable
All members of SADataAdapter class, including all inherited members.
Name | Description |
---|---|
Initializes an SADataAdapter object. | |
|
Adds a ![]() |
|
Initializes a new instance of the ![]() |
|
Initializes a new instance of the ![]() |
|
Releases the unmanaged resources used by the ![]() |
|
Executes the current batch. |
|
Adds or refreshes rows in the ![]() |
|
Adds a ![]() ![]() ![]() |
|
Returns a ![]() |
|
Returns information about an individual update attempt within a larger batched update. |
Returns the parameters set by you when executing a SELECT statement. | |
|
|
|
Raises the RowUpdated event of a .NET Framework data provider. |
|
Raises the RowUpdating event of a .NET Framework data provider. |
|
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array
of ![]() |
Specifies an SACommand object that is executed against the database when the Update method is called to delete rows in the database that correspond to deleted rows in the DataSet. | |
|
Gets or sets the behavior of the command used to fill the data adapter. |
Specifies an SACommand that is executed against the database when the Update method is called that adds rows to the database to correspond to rows that were inserted in the DataSet. | |
Specifies an SACommand that is used during Fill or FillSchema to obtain a result set from the database for copying into a DataSet. | |
Specifies a collection that provides the master mapping between a source table and a DataTable. | |
Gets or sets the number of rows that are processed in each round-trip to the server. | |
Specifies an SACommand that is executed against the database when the Update method is called to update rows in the database that correspond to updated rows in the DataSet. | |
Occurs during an update after a command is executed against the data source. | |
Occurs during an update before a command is executed against the data source. |
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.
SADataAdapter constructor
GetFillParameters method
DeleteCommand property
InsertCommand property
SelectCommand property
TableMappings property
UpdateBatchSize property
UpdateCommand property
RowUpdated event
RowUpdating event
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |