Skip to content

ConnectionStringEntry class

namespace: Serenity.Data   assemblySerenity.Net.Services

A connection string setting.

public class ConnectionStringEntry

Public Members

name description
ConnectionStringEntry() The default constructor.
ConnectionString { get; set; } Gets or sets the connection string.
Dialect { get; set; } Gets or sets the dialect name.
DialectInstance { get; set; } Gets or sets the dialect instance.
FallbackFor { get; set; } 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".
FallbackForKeys { get; } Gets the parsed, trimmed connection keys from FallbackFor, split on ';'. Returns an empty set when FallbackFor is null or empty. Parsed lazily and cached.
ProviderName { get; set; } Gets or sets the provider name.

See Also