System.Data.Odbc.OdbcDataAdapter: Property Members

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

Public Properties

DeleteCommandOdbcCommand.

Gets or sets an SQL statement or stored procedure used to delete records in the data source.

InsertCommandOdbcCommand.

Gets or sets an SQL statement or stored procedure used to insert new records into the data source.

SelectCommandOdbcCommand.

Gets or sets an SQL statement or stored procedure used to select records in the data source.

UpdateCommandOdbcCommand.

Gets or sets an SQL statement or stored procedure used to update records in the data source.