Skip to content

ConnectionStringEntry.FallbackForKeys property

Gets the parsed, trimmed connection keys from FallbackFor, split on ';'. Returns an empty set when FallbackFor is null or empty. Parsed lazily and cached.

public IReadOnlyCollection<string> FallbackForKeys { get; }

See Also