Skip to content

DefaultConnectionStrings.fallbackMap field

The lazily built connection key fallback map.

protected Dictionary<string, string>? fallbackMap;

Remarks

Built on first access via GetFallbackMap. A derived implementation can override GetFallbackMap to avoid caching, or set this field to null to invalidate it so it is rebuilt on the next access.

See Also