This checks for the given object offline changes are synced with the runtime database, yes (true) or no (false). So it's an object comparison. So I suppose each row is at least one object.
Please make sure you commit your changed/added rows (objects) before trigger the sync process.
That was my question – do I need to check IsSynced for each row individually ? or do I reference the object type (all rows)
Thanks for your help
You pass an object (in your case a row) to the isSynced to check if the passed object is in sync.
What do you mean with “reference type”? Imagine you have an entity “Car” with some attributes, then “Car” says you about the structure. You cannot use “Car” to get all the car objects. In that case you need a list of car's, but you cannot pass a list to isSynced.