[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DataAdapter,DbDataAdapter Interfaces=Component,MarshalByRefObject,Object,OdbcDataAdapter Info=Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OdbcDataAdapter class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 @DeleteCommand=Sets an SQL statement or stored procedure used to delete records in the data source. ARG(OdbcCommand)|20|(empty)|OdbcCommand @InsertCommand=Sets an SQL statement or stored procedure used to insert new records into the data source. ARG(OdbcCommand)|20|(empty)|OdbcCommand @SelectCommand=Sets an SQL statement or stored procedure used to select records in the data source. ARG(OdbcCommand)|20|(empty)|OdbcCommand @UpdateCommand=Sets an SQL statement or stored procedure used to update records in the data source. ARG(OdbcCommand)|20|(empty)|OdbcCommand [Methods] *doConstructor=Initializes a new instance of the OdbcDataAdapter class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OdbcDataAdapter class with the specified SQL SELECT statement. ARG(OdbcCommand selectCommand)|1|0 *doConstructor3=Initializes a new instance of the OdbcDataAdapter class with an SQL SELECT statement and an OdbcConnection. ARG(string selectCommandText, OdbcConnection selectConnection)|1|0 *doConstructor4=Initializes a new instance of the OdbcDataAdapter class with an SQL SELECT statement and a connection string. ARG(string selectCommandText, string selectConnectionString)|1|0 *onRowUpdated=Occurs during an update operation after a command is executed against the data source.ARG(OdbcRowUpdatedEventArgs)|2|0 *onRowUpdating=Occurs during Update before a command is executed against the data source. ARG(OdbcRowUpdatingEventArgs)|2|0 *DeleteCommand=Returns an SQL statement or stored procedure used to delete records in the data source.ARG(OdbcCommand)|3|0 *InsertCommand=Returns an SQL statement or stored procedure used to insert new records into the data source.ARG(OdbcCommand)|3|0 *SelectCommand=Returns an SQL statement or stored procedure used to select records in the data source.ARG(OdbcCommand)|3|0 *UpdateCommand=Returns an SQL statement or stored procedure used to update records in the data source.ARG(OdbcCommand)|3|0 OdbcDataAdapter=Returns the OdbcDataAdapter object.ARG(OdbcDataAdapter)|3|0 *selectCommandText=A string that is a SQL SELECT statement or stored procedure to be used by the SelectCommand property of the OdbcDataAdapter. ARG(string)|4|2 *selectConnectionString=The connection string. ARG(string)|4|2 *selectConnection=An OdbcConnection that represents the connection. ARG(OdbcConnection)|4|0 *selectCommand=An OdbcCommand that is an SQL SELECT statement or stored procedure, and is set as the SelectCommand property of the OdbcDataAdapter. ARG(OdbcCommand)|4|0