System.Data.Odbc.OdbcDataAdapter Members

The members of System.Data.Odbc.OdbcDataAdapter are listed below.

See Also: Inherited members from System.Data.Common.DbDataAdapter

Public Constructors

Initializes a new instance of the System.Data.Odbc.OdbcDataAdapter class.

Initializes a new instance of the System.Data.Odbc.OdbcDataAdapter class with the specified SQL SELECT statement.

Initializes a new instance of the System.Data.Odbc.OdbcDataAdapter class with an SQL SELECT statement and an System.Data.Odbc.OdbcConnection.

Initializes a new instance of the System.Data.Odbc.OdbcDataAdapter class with an SQL SELECT statement and a connection string.

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.

Protected Methods

override
CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatedEventArgs
Documentation for this section has not yet been entered.
override
CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatingEventArgs
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
override
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)
Documentation for this section has not yet been entered.
override
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)
Documentation for this section has not yet been entered.

Public Events

RowUpdated

Occurs during an update operation after a command is executed against the data source.

RowUpdating

Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source.

Explicitly Implemented Interface Members