The members of System.Data.Odbc.OdbcDataAdapter are listed below.
See Also: Inherited members from System.Data.Common.DbDataAdapter
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. |
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. |
override | CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)Documentation for this section has not yet been entered. | |
override | CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)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. |
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. |
ICloneable.Clone |
For a description of this member, see ICloneable.Clone. | |
System.Data.IDbDataAdapter.DeleteCommand | System.Data.IDbCommand.
For a description of this member, see System.Data.IDbDataAdapter.DeleteCommand. | |
System.Data.IDbDataAdapter.InsertCommand | System.Data.IDbCommand.
For a description of this member, see System.Data.IDbDataAdapter.InsertCommand. | |
System.Data.IDbDataAdapter.SelectCommand | System.Data.IDbCommand.
For a description of this member, see System.Data.IDbDataAdapter.SelectCommand. | |
[read-only] | System.Data.IDataAdapter.TableMappings | System.Data.ITableMappingCollection. Documentation for this section has not yet been entered. |
System.Data.IDbDataAdapter.UpdateCommand | System.Data.IDbCommand.
For a description of this member, see System.Data.IDbDataAdapter.UpdateCommand. |