checkData() |
Syntax checkData(Quiet)
Parameter(s)
Description checkData() runs all the manipulations that precede it and ends with a rollback. This means that some constraints are checked and manipulations are ready to be committed. checkData() is often run to ensure data consistency, immediately before a navigateTo() for example. |