log4net SDK Reference

AdoNetAppenderParameter.Prepare Method 

Prepare the specified database command object.

[Visual Basic]
Overridable Public Sub Prepare( _
   ByVal command As IDbCommand _
)
[C#]
public virtual void Prepare(
   IDbCommand command
);

Parameters

command
The command to prepare.

Remarks

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

See Also

AdoNetAppenderParameter Class | log4net.Appender Namespace