Initialize(String,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Initialize the DAL with the config info in the given configuration file. Passing an empty string to this method is the same as using Initialize in that it initializes the DAL with the default config file. Note: After the DAL core has been initialized, you cannot re-initialize with a different config file without restarting the DAL core.
void Initialize(
string folderName,
string applicationName
)
void Initialize(
String^ folderName,
String^ applicationName
)
Parameters
- folderName
- The folder from which to load DAL configuration files into memory. The DNASiloName\config\DAL\<folder> files are loaded in alphanumeric order, followed by the generic files in DNASiloName\config\DAL.
- applicationName
- The name of application using the DAL.