Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of the System.Data.OleDb.OleDbDataAdapter.
Documentation for this section has not yet been entered.
The default OleDbCommand.UpdatedRowSource value is Both unless the command is automatically generated (as with the System.Data.OleDb.OleDbCommandBuilder), in which case the default is None.
For more information about how to use the OleDbCommand.UpdatedRowSource property, see Using Parameters with a DataAdapter.