Returns a key-value map of the data source for the current app. Data source configuration is used by the app to access its backend.
Syntax
DSConfiguration getDataSourceConfig(
java.lang.String ,
java.lang.String
)
|
Parameters
- dataSourceName
- the name of the data source to retrieve, generally the same as the app service ID
- instanceName
- Not in use
Return Value
a DSConfiguration
Since
HP Anywhere 10.00
See Also