The properties of the AdpDataAdapter class are listed below. For a complete list of AdpDataAdapter class members, see the AdpDataAdapter Members topic.
DeleteCommand | Gets or sets a Transact-SQL statement or stored procedure to delete records from the data set. |
InsertCommand | Gets or sets a Transact-SQL statement or stored procedure to insert new records into the data source. |
MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand | Gets or sets a Transact-SQL statement or stored procedure used to select records in the data source. |
TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable. |
UpdateCommand | Gets or sets a Transact-SQL statement or stored procedure used to update records in the data source. |
AdpDataAdapter Class | Advanced.Data.Provider Namespace