DataProxy.applyAllChanges

Apply all the changes stored in the proxy to the proxied data model. The changes are done row after row, and if an error occurs, then it is possible that not all the changes to all the rows have been applied.

class DataProxy
bool
applyAllChanges
()

Return Value

Type: bool

TRUE if no error occurred

Throws