Name

InsertCommand

Synopsis


SqlCommand insertCommand = DataAdapter.InsertCommand

DataAdapter.InsertCommand = insertCommand;

Gets or sets the command, either a SQL statement or a stored procedure, used to insert new DataSet records into the data source when the Update( ) method is called.