DB2®DataAdapter Properties
The properties of the DB2DataAdapter class are listed here. For a complete list of DB2DataAdapter class members, see the DB2DataAdapter Members topic.
Public Properties
| Name | Description |
|---|---|
AcceptChangesDuringFill (inherited
from DataAdapter) |
Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
ContinueUpdateOnError (inherited
from DataAdapter) |
Gets or sets a value that specifies whether to generate an exception, or the row in error when an error is encountered during a row update. |
DeleteCommand |
Gets or sets an SQL statement or stored procedure used to delete records in the database. |
InsertCommand |
Gets or sets an SQL statement or stored procedure used to insert new records into the database. |
MissingMappingAction (inherited
from DataAdapter) |
Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (inherited
from DataAdapter) |
Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand |
Gets or sets an SQL statement or stored procedure used to select records in the database. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
TableMappings (inherited
from DataAdapter) |
Gets a collection that provides the master mapping between a source table and a DataTable. |
UpdateBatchSize |
Overloaded. Gets or sets the number of commands in a batch to be sent to the database server for execution. |
UpdateCommand |
Gets or sets an SQL statement or stored procedure used to update records in the database. |
Protected Properties
| Name | Description |
|---|---|
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |