Name

UpdateCommand

Synopsis


SqlCommand updateCommand = DataAdapter.UpdateCommand;

DataAdapter.UpdateCommand = updateCommand;

Gets or sets the command, either a SQL statement or a stored procedure, that updates modified DataSet records in the data source when the Update( ) method is called.