Parse has a BOOL property called pullToRefreshEnabled in its PFQueryTableViewController class, does Backendless have a similar property in its data query class? If so, how do I use it?
The data query class is used to instruct the server what to return from the persistent storage. The class has nothing to do with the UI behavior of the application.