Prepare the specified database command object.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
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