Updates the database by using text strings or stored procedures. Set either the InsertString,DeleteString or the Update string to the sql query or the name of the stored procedure. Add sql parameters to be used in the stored procedure.
Overload List
Updates the database wiht the changes made to the dataset. Remember to have had set the selectstring. One limitation is that you only can insert/update/delete the first table in the dataset due to the limitation of the object sql command builder.
protected int Update(DataSet);
Updates the database by using text strings or stored procedures. Set either the InsertString,DeleteString or the Update string to the sql query or the name of the stored procedure. Add sql parameters to be used in the stored procedure.
See Also
Adapter Class | Adapter Members | Magnusson.Data.SqlClient Namespace