DataConnectorService.getDataConnectorById Method
Gets the data connector by the given ID.
Parameters
- id
-
Type: String
The ID of the data connector to retrieve.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataConnector
A promise object that is resolved when the call is complete.
If successful, the dundas.entities.DataConnector is returned.