log4net SDK Reference

AdoNetAppenderParameter.Scale Property

Gets or sets the scale for this parameter.

[Visual Basic]
Public Property Scale As Byte
[C#]
public byte Scale {get; set;}

Property Value

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

AdoNetAppenderParameter Class | log4net.Appender Namespace | Scale