Prepare the specified database command object.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- command
- Type: System.Data IDbCommand
The command to prepare.
Remarks
Prepares the database command object by adding this parameter to its collection of parameters.
See Also