AdoNetAppender AddParameter Method Apache log4net™ SDK Documentation
Adds a parameter to the command.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void AddParameter(
	AdoNetAppenderParameter parameter
)
Remarks

Adds a parameter to the ordered list of command parameters.

See Also