AdoNetAppenderParameter MembersApache log4net™ SDK Documentation
The AdoNetAppenderParameter type exposes the following members.
Constructors

  NameDescription
Public methodAdoNetAppenderParameter
Initializes a new instance of the AdoNetAppenderParameter class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFormatValue
Renders the logging event and set the parameter value in the command.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPrepare
Prepare the specified database command object.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDbType
Gets or sets the database type for this parameter.
Public propertyLayout
Gets or sets the IRawLayout to use to render the logging event into an object for this parameter.
Public propertyParameterName
Gets or sets the name of this parameter.
Public propertyPrecision
Gets or sets the precision for this parameter.
Public propertyScale
Gets or sets the scale for this parameter.
Public propertySize
Gets or sets the size for this parameter.
Back to Top
See Also