I have an asp.net application that needs to update an existing row in CRM's account entity. SDK documentation has examples how to Read, Delete or Insert new rows. I cannot seem to find a way to update existing rows. Can anyone explain how
is this be done, ideally with SDK but I'll take any working solution.