Hi,
if I have a datatable with an auto-increment primarykey column, which is the best way to retrieve back the primarykey of a new row after an update of the db?
It would be nice if TableAdapters.Update could give back updated row but it seems to be not possible.
Thanks
if I have a datatable with an auto-increment primarykey column, which is the best way to retrieve back the primarykey of a new row after an update of the db?
It would be nice if TableAdapters.Update could give back updated row but it seems to be not possible.
Thanks