Help with DataAdapter.UpdateRowSource
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, does anyone know how exactly this Property works for DataAdapters in .NET? Please do not give me MSDN Definitions...I've read all that. Basically, what I need to know is...if I have set the
UpdateCommand
of aSQLDataAdapter
to a StoredProc that has "Output Parameters", and I want those Output Parameters to then update the DataSet's Values after using theSqlDataAdapter.Update
Method...Do I set the UpdateRowSource Property to "Both"? Also, if the Adapter DOES happen to update the DataSet's values, will it tell me that theRowState
has changed? Because I would need to know if the Output Paramters did modify the DataSet! Comprende? :wtf: