Parameter type used by the AdoNetAppender.
            
Inheritance Hierarchy
 System Object
System Objectlog4net.Appender AdoNetAppenderParameter
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
            This class provides the basic database parameter properties
            as defined by the  IDbDataParameter interface.
IDbDataParameter interface.
            
This type can be subclassed to provide database specific functionality. The two methods that are called externally are Prepare(IDbCommand) and FormatValue(IDbCommand, LoggingEvent).
See Also