Resolves the connection string from the ConnectionString, ConnectionStringName, or AppSettingsKey
property.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
protected virtual string ResolveConnectionString( out string connectionStringContext )
Parameters
- connectionStringContext
- Type: SystemString
Additional information describing the connection string.
Return Value
Type: StringA connection string used to connect to the database.
Remarks
See Also