SQL..::..GetConnectionString Method
Gets the connection string from the config file.
Resolves the connection string for this SQL instance, using this lookup order:
Namespace:
AdvantageCMS.Data- The explicit value previously set via SetConnectionString(String).
- The per-thread ambient pushed via Scope(String), if any.
- ConfigurationManager.ConnectionStrings[_ConnectionID] if a ConnectionID was supplied to the constructor.
- ConfigurationManager.AppSettings["DefaultConnection"] resolved against ConnectionStrings.
- The first entry in ConfigurationManager.ConnectionStrings as a last-resort fallback.
Assembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)

