GetConnectionString
Given a connection string code returns the connection string for that code for the current environment.
Task<string> GetConnectionString(string code);
Parameters
code: The code of the connection string you want in return
Returns
A raw connection string or null if not available.
09 March 2026