Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AdoNetAppenderParameter.Prepare�Method�

Prepare the specified database command object.

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

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