AdoNetAppenderParameterScale Property Apache log4net™ SDK Documentation
Gets or sets the scale for this parameter.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public byte Scale { get; set; }

Property Value

Type: Byte
The scale for this parameter.
Remarks

The number of decimal places to which Value is resolved.

This property is optional. If not specified the ADO.NET provider will attempt to infer the scale from the value.

See Also

Reference