Skip to content

DefaultConnectionStrings.GetFallbackMap method

Gets the connection key fallback map. The default implementation builds it lazily on first access and caches it in fallbackMap. Override to change caching or invalidation behavior, e.g. to return a fresh map each access (no caching).

protected virtual Dictionary<string, string> GetFallbackMap()

See Also