Skip to content

ConnectionStringEntry.FallbackFor property

Gets or sets a semicolon-separated list of connection keys that fall back to this connection when they are not configured. For example, "ProFeatures;ProWorkLog".

public string? FallbackFor { get; set; }

Remarks

This is equivalent to declaring [assembly: ConnectionKeyFallback(key, thisConnectionKey)] for each listed key, but is driven by configuration and overrides any such assembly attribute.

See Also