DataRetrievalService.getData Method

Primary call to request data from the server. This will bulk calls if many occur quickly.
 

Parameters

requests

Type: Array
ElementType: Request
The requests to send to the server. As a convenience, if a non-array is given, it is converted to an array.

Return Value


Type: jQuery.Promise
Value: Array
Element Value: DataResult
A promise object which will be resolved when the data is returned. If successful, an array of dundas.data.DataResult is returned. 

Examples