UpdateRowSource
Specifies how query command results are applied to the row being updated.
Both = 3
Both the output parameters and the first returned row are mapped to the changed row in the DataSet.
The data in the first returned row is mapped to the changed row in the DataSet.
None = 0
Any returned parameters or rows are ignored.
OutputParameters = 1
Output parameters are mapped to the changed row in the DataSet.