execAsync
method returns a deferred jQuery promise. Use this asynchronous method to execute the query in the data service.execAsync
method which takes the data source as a parameter.execAsync
method to a type use the as undefined
pattern.User
class objects by first casting them as undefined
.getResponseTable
method on the data source can be used to transform the response data into a data table. Here, the data source will reach into the service provider for this transform as it knows the native format of the result set.exec
method is the synchronous equivalent of execAsync
. This method will pause the thread and wait for the results to come back from the data service call.