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
public property AcceptChangesDuringFill (inherited from DataAdapter) Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable.
public property Container (inherited from Component) Gets the IContainer that contains the Component.
public property 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.
public property DeleteCommand Gets or sets an SQL statement or stored procedure used to delete records in the database.
public property InsertCommand Gets or sets an SQL statement or stored procedure used to insert new records into the database.
public property MissingMappingAction (inherited from DataAdapter) Determines the action to take when incoming data does not have a matching table or column.
public property MissingSchemaAction (inherited from DataAdapter) Determines the action to take when existing DataSet schema does not match incoming data.
public property SelectCommand Gets or sets an SQL statement or stored procedure used to select records in the database.
public property Site (inherited from Component) Gets or sets the ISite of the Component.
public property TableMappings (inherited from DataAdapter) Gets a collection that provides the master mapping between a source table and a DataTable.
public property UpdateBatchSize Overloaded. Gets or sets the number of commands in a batch to be sent to the database server for execution.
public property UpdateCommand Gets or sets an SQL statement or stored procedure used to update records in the database.

Protected Properties

Name Description
protected property DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected property Events (inherited from Component) Gets the list of event handlers that are attached to this Component.