DefaultConnectionStrings.BuildFallbackMap method
Builds the connection key fallback map from the given type source.
protected static Dictionary<string, string> BuildFallbackMap(ITypeSource? typeSource)
| parameter | description |
|---|---|
| typeSource | The type source used to discover connection key fallbacks. |
Return Value
The connection key fallback map.
See Also
- interface ITypeSource
- class DefaultConnectionStrings