Skip to content

DefaultConnectionStrings.byKey field

The cached dictionary of connection string infos.

protected readonly ConcurrentDictionary<string, ConnectionStringInfo> byKey;

See Also