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