DataConnectorService.createDataConnector Method
Creates a data connector based on the data connector given. The ID field should be left blank, as it will be populated
after the object is created.
Parameters
- dataConnector
-
Type: DataConnector
The data connector to save.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataConnector
A promise object that is resolved when the call is complete.
If successful, the created dundas.entities.DataConnector is returned.