Skip to main content

SETTINGB

The SETTINGB function is used in Data Synchronization Studio to retrieve a specific setting value defined for Data Source B.

The syntax of the function takes a single parameter, which is the name of the setting to retrieve.

This function can be useful when you need to reference a setting value defined in the data source configuration, such as a file path or a database connection string.

Syntax

string SETTINGB(string name)

Example

SETTINGB("Path")

Will return the file path for Data Source B.