[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DataAdapter,DbDataAdapter Interfaces=Component,MarshalByRefObject,Object,SqlDataAdapter Info=Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database. This class cannot be inherited. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the SqlDataAdapter class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 @DeleteCommand=Sets a Transact-SQL statement or stored procedure to delete records from the data set.ARG(SqlCommand)|20|(empty)|SqlCommand @InsertCommand=Sets a Transact-SQL statement or stored procedure to insert new records into the data source.ARG(SqlCommand)|20|(empty)|SqlCommand @SelectCommand=Sets a Transact-SQL statement or stored procedure used to select records in the data source.ARG(SqlCommand)|20|(empty)|SqlCommand @UpdateBatchSize=Sets the number of rows that are processed in each round-trip to the server. ARG(int)|1|0 @UpdateCommand=Sets a Transact-SQL statement or stored procedure used to update records in the data source.ARG(SqlCommand)|20|(empty)|SqlCommand [Methods] *doConstructor=Initializes a new instance of the SqlDataAdapter class. ARG()|1|0 *doConstructor2=Initializes a new instance of the SqlDataAdapter class with the specified SqlCommand as the SelectCommand property. ARG(SqlCommand selectCommand)|1|0 *doConstructor3=Initializes a new instance of the SqlDataAdapter class with a SelectCommand and a SqlConnection object. ARG(string selectCommandText, SqlConnection selectConnection)|1|0 *doConstructor4=Initializes a new instance of the SqlDataAdapter class with a SelectCommand and a connection string. 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, so the event fires. ARG(SqlRowUpdatedEventArgs)|2|0 *onRowUpdating=Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires. ARG(SqlRowUpdatingEventArgs)|2|0 *DeleteCommand=Returns a Transact-SQL statement or stored procedure to delete records from the data set.ARG(SqlCommand)|3|0 *InsertCommand=Returns a Transact-SQL statement or stored procedure to insert new records into the data source.ARG(SqlCommand)|3|0 *SelectCommand=Returns a Transact-SQL statement or stored procedure used to select records in the data source.ARG(SqlCommand)|3|0 *UpdateBatchSize=Returns the number of rows that are processed in each round-trip to the server. ARG(int)|3|1 *UpdateCommand=Returns a Transact-SQL statement or stored procedure used to update records in the data source.ARG(SqlCommand)|3|0 SqlDataAdapter=Returns the SqlDataAdapter object. ARG(SqlDataAdapter)|3|0 *selectCommand=A SqlCommand that is a Transact-SQL SELECT statement or stored procedure and is set as the SelectCommand property of the SqlDataAdapter. ARG(SqlCommand)|4|0 *selectCommandText=A String that is a Transact-SQL SELECT statement or stored procedure to be used by the SelectCommand property of the SqlDataAdapter. ARG(string)|4|2 *selectConnection=A SqlConnection that represents the connection. ARG(SqlConnection)|4|0 *selectConnectionString=The connection string. ARG(string)|4|2