[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DataAdapter,DbDataAdapter Interfaces=Component,MarshalByRefObject,Object,OracleDataAdapter Info=Represents a set of data commands and a connection to a database that are used to fill the DataSet and update the database. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OracleDataAdapter class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 @DeleteCommand=Sets an SQL statement or stored procedure used to delete records in the database.ARG(OracleCommand)|20|(empty)|OracleCommand @InsertCommand=Sets an SQL statement or stored procedure used to insert new records into the database.ARG(OracleCommand)|20|(empty)|OracleCommand @SelectCommand=Sets an SQL statement or stored procedure used to select records in the database.ARG(OracleCommand)|20|(empty)|OracleCommand @UpdateBatchSize=Sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. ARG(int)|1|0 @UpdateCommand=Sets an SQL statement or stored procedure used to update records in the database.ARG(OracleCommand)|20|(empty)|OracleCommand [Methods] *doConstructor=Initializes a new instance of the OracleDataAdapter class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OracleDataAdapter class with the specified SQL SELECT statement. ARG(OracleCommand selectCommand)|1|0 *doConstructor3=Initializes a new instance of the OracleDataAdapter class with an SQL SELECT statement and an OracleConnection. ARG(string selectCommandText, OracleConnection selectConnection)|1|0 *doConstructor4=Initializes a new instance of the OracleDataAdapter 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 database.ARG(OracleRowUpdatedEventArgs)|2|0 *onRowUpdating=Occurs during Update before a command is executed against the data source. ARG(OracleRowUpdatingEventArgs)|2|0 *DeleteCommand=Returns an SQL statement or stored procedure used to delete records in the database.ARG(OracleCommand)|3|0 *InsertCommand=Returns an SQL statement or stored procedure used to insert new records into the database.ARG(OracleCommand)|3|0 *SelectCommand=Returns an SQL statement or stored procedure used to select records in the database.ARG(OracleCommand)|3|0 *UpdateBatchSize=Returns a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. ARG(int)|3|1 *UpdateCommand=Returns an SQL statement or stored procedure used to update records in the database.ARG(OracleCommand)|3|0 OracleDataAdapter=Returns the OracleDataAdapter object. ARG(OracleDataAdapter)|3|0 *selectCommand=An OracleCommand that is an SQL SELECT statement or stored procedure, and is set as the SelectCommand property of the OracleDataAdapter. ARG(OracleCommand)|4|0 *selectCommandText=A string that is an SQL SELECT statement or stored procedure to be used by the SelectCommand property of the OracleDataAdapter. ARG(string)|4|2 *selectConnection=An OracleConnection that represents the connection. ARG(OracleConnection)|4|0 *selectConnectionString=The connection string. ARG(string)|4|2