Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AdoNetAppenderParameter Class

Parameter type used by the AdoNetAppender.

For a list of all members of this type, see AdoNetAppenderParameter Members.

System.Object
���log4net.Appender.AdoNetAppenderParameter

[Visual�Basic]
Public�Class�AdoNetAppenderParameter
[C#]
public�class�AdoNetAppenderParameter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides the basic database parameter properties as defined by the IDbDataParameter interface.

This type can be subclassed to provide database specific functionality. The two methods that are called externally are Prepare and FormatValue.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

AdoNetAppenderParameter Members | log4net.Appender Namespace