The properties of System.Data.Odbc.OdbcDataAdapter are listed below. For a list of all members, see the OdbcDataAdapter Members list.
See Also: Inherited members from System.Data.Common.DbDataAdapter
DeleteCommand | OdbcCommand.
Gets or sets an SQL statement or stored procedure used to delete records in the data source. | |
InsertCommand | OdbcCommand.
Gets or sets an SQL statement or stored procedure used to insert new records into the data source. | |
SelectCommand | OdbcCommand.
Gets or sets an SQL statement or stored procedure used to select records in the data source. | |
UpdateCommand | OdbcCommand.
Gets or sets an SQL statement or stored procedure used to update records in the data source. |