Skip to content

DefaultConnectionStrings.ApplyConfigFallbacks method

Applies config-driven fallbacks declared via FallbackFor to the given map. These override any fallback declared by assembly attributes. If two configured connections declare the same connection key in FallbackFor, an InvalidOperationException is thrown because the fallback target is ambiguous.

protected virtual void ApplyConfigFallbacks(Dictionary<string, string> map)
parameter description
map The fallback map to apply configuration fallbacks to.

See Also