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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void Prepare(
	IDbCommand command
)

Parameters

command
Type: System.DataIDbCommand
The command to prepare.
Remarks

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

See Also

Reference