AdoNetAppenderParameter Prepare Method Apache log4net™ SDK Documentation
Prepare the specified database command object.

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

public virtual void Prepare(
	IDbCommand command
)
Remarks

Prepares the database command object by adding this parameter to its collection of parameters.

See Also