[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DataAdapter,DbDataAdapter Interfaces=MySqlDataAdapter,Component,MarshalByRefObject,Object Info=Represents a set of data commands and a database connection that are used to fill a dataset and update a MySQL database [Property] Constructor=Sets the Constructor of the MySqlDataAdapter class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 Name=Sets the name of the component. ARG(string)|2| @DeleteCommand=Sets a SQL statement or stored procedure used to delete records from the data set. ARG(MySqlCommand)|20|(empty)|MySqlCommand @InsertCommand=Sets a SQL statement or stored procedure used to insert records into the data set. ARG(MySqlCommand)|20|(empty)|MySqlCommand @SelectCommand=Sets a SQL statement or stored procedure used to select records in the data set. ARG(MySqlCommand)|20|(empty)|MySqlCommand @UpdateCommand=Sets a SQL statement or stored procedure used to update records in the data set. ARG(MySqlCommand)|20|(empty)|MySqlCommand @UpdateBatchSize=Sets the number of rows that are processed in each round-trip to the server. ARG(int)|1|0 [Methods] *doConstructor=Initializes a new instance of the MySqlDataAdapter class. ARG()|1|0 *doConstructor2=Initializes a new instance of the MySqlDataAdapter class with the specified SQL SELECT statement. ARG(MySqlCommand selectCommand)|1|0 *doConstructor3=Initializes a new instance of the MySqlDataAdapter class with an SQL SELECT statement and an MySqlConnection. ARG(string selectCommandText, OdbcConnection selectConnection)|1|0 *doConstructor4=Initializes a new instance of the MySqlDataAdapter class with an SQL SELECT statement and a connection string. ARG(string selectCommandText, string selectConnectionString)|1|0 *onRowUpdated=Occurs during Update after a command is executed against the data source. ARG(MySqlRowUpdatedEventArgs)|2|0 *onRowUpdating=Occurs during Update before a command is executed against the data source. ARG(mySqlRowUpdatingEventArgs)|2|0 *DeleteCommand=Returns a SQL statement or stored procedure used to delete records from the data set. ARG(MySqlCommand)|3|0 *InsertCommand=Returns a SQL statement or stored procedure used to insert records into the data set. ARG(MySqlCommand)|3|0 *SelectCommand=Returns a SQL statement or stored procedure used to select records in the data set. ARG(MySqlCommand)|3|0 *UpdateCommand=Returns a SQL statement or stored procedure used to update records in the data set. ARG(MySqlCommand)|3|0 *UpdateBatchSize=Returns the number of rows to process per batch.ARG(int)|3|1 MySqlDataAdapter=Returns the MySqlDataAdapter object.ARG(MySqlDataAdapter)|3|0 *selectCommandText=Defines a String that is a SQL SELECT statement or stored procedure to be used by the SelectCommand property of the MySqlDataAdapter. ARG(string)|4|2 *selectConnectionString=Defines the connection string. ARG(string)|4|2 *selectConnection=Defines MySqlConnection that represents the connection. ARG(MySqlConnection)|4|0 *selectCommand=Defines MySqlCommand that is an SQL SELECT statement or stored procedure, and is set as the SelectCommand property of the MySqlDataAdapter. ARG(MySqlCommand)|4|0