C#C
C#3y ago
19 replies
abdesol

sql-net-pcl library, UpdateAll method is always returning 0, resulting in no update.

So in my project, after users make some changes to title and many other fields, I am trying to update already existing rows' cells with the updated data. But the
UpdateAll
method is not working in this case. It is always returning zero(which means no rows are updated) and infact, when I try to query what the db table is on, I see that they are still not updated. Is their any thing I am missing? I am starting and commiting the transaction and things look smooth over there. I appreciate any kind of help..
Thank you.
image.png
Was this page helpful?